mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
Trying to get the Dialog up.
This commit is contained in:
@@ -57,6 +57,7 @@ class ModerationQueue extends React.Component {
|
||||
// action = 'banned' in the case of banning
|
||||
if (action === 'banned') {
|
||||
this.props.dispatch(banUser(action, id, author_id));
|
||||
this.props.dispatch(updateStatus('rejected', id));
|
||||
}
|
||||
|
||||
// If not banning then change the status to approved or flagged as action = status
|
||||
|
||||
Reference in New Issue
Block a user