Adding user and action data to rejected and flagged comments.

This commit is contained in:
David Jay
2016-11-30 13:51:43 -05:00
parent 94d9f42aa5
commit 17b79e1869
5 changed files with 53 additions and 21 deletions
@@ -82,8 +82,8 @@ class ModerationQueue extends React.Component {
commentIds={
comments.get('ids')
.filter(id => !comments.get('byId')
.get(id)
.get('status'))
.get(id)
.get('flagged'))
}
comments={comments.get('byId')}
users={users.get('byId')}