Complete suspend user implementation

This commit is contained in:
Chi Vinh Le
2017-05-19 01:52:03 +07:00
parent 492b973206
commit f641a3ec40
15 changed files with 126 additions and 54 deletions
@@ -56,6 +56,7 @@ class ModerationQueue extends React.Component {
acceptComment={props.acceptComment}
rejectComment={props.rejectComment}
currentAsset={props.currentAsset}
currentUserId={this.props.currentUserId}
/>;
})
: <EmptyCard>{lang.t('modqueue.emptyqueue')}</EmptyCard>