mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 16:39:49 +08:00
Fixing filter in moderation queue.
This commit is contained in:
@@ -83,7 +83,7 @@ class ModerationQueue extends React.Component {
|
||||
comments.get('ids')
|
||||
.filter(id => !comments.get('byId')
|
||||
.get(id)
|
||||
.get('flagged'))
|
||||
.get('status'))
|
||||
}
|
||||
comments={comments.get('byId')}
|
||||
users={users.get('byId')}
|
||||
|
||||
Reference in New Issue
Block a user