mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Complete suspend user implementation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user