Adding ALL moderation list.

This commit is contained in:
David Jay
2017-01-11 17:35:09 -05:00
parent 30c7539cde
commit 61bc87bafc
4 changed files with 31 additions and 6 deletions
@@ -202,7 +202,7 @@ export default class ModerationList extends React.Component {
return itemB.updated_at - itemA.updated_at;
});
} else {
return commentIds || actionIds;
return comments ? commentIds : actionIds;
}
}