Activating SuspendUserModal and updating language for clarity.

This commit is contained in:
David Jay
2017-01-05 14:50:21 -05:00
parent 9ba0176b3c
commit 890ab810f3
9 changed files with 137 additions and 49 deletions
@@ -31,7 +31,7 @@ export default (props) => (
users={props.users.byId}
actionIds={props.userActionIds}
actions={props.actions.byId}
onClickAction={props.updateStatus}
updateCommentStatus={props.updateStatus}
onClickShowBanDialog={props.showBanUserDialog}
modActions={['reject', 'approve', 'ban']}
loading={props.comments.loading}/>
@@ -50,7 +50,7 @@ export default (props) => (
commentIds={props.rejectedIds}
comments={props.comments.byId}
users={props.users.byId}
onClickAction={props.updateStatus}
updateCommentStatus={props.updateStatus}
modActions={['approve']}
loading={props.comments.loading}
/>
@@ -63,7 +63,7 @@ export default (props) => (
commentIds={props.flaggedIds}
comments={props.comments.byId}
users={props.users.byId}
onClickAction={props.updateStatus}
updateCommentStatus={props.updateStatus}
modActions={['reject', 'approve']}
loading={props.comments.loading}/>
</div>