filter by premod status

This commit is contained in:
Riley Davis
2016-12-08 12:20:54 -10:00
parent df712e4efe
commit 4572d8e68e
@@ -81,9 +81,11 @@ class ModerationQueue extends React.Component {
singleView={singleView}
commentIds={
comments.get('ids')
.filter(id => !comments.get('byId')
.filter(id =>
comments
.get('byId')
.get(id)
.get('status'))
.get('status') === 'premod')
}
comments={comments.get('byId')}
users={users.get('byId')}