adds new mutations: setCommentStatus

This commit is contained in:
Belen Curcio
2017-02-13 14:32:48 -03:00
parent 90ed1f1056
commit e2ebac7176
13 changed files with 101 additions and 15 deletions
@@ -15,6 +15,8 @@ const ModerationQueue = props => {
suspectWords={props.suspectWords}
actions={actionsMap[comment.status]}
showBanUserDialog={props.showBanUserDialog}
acceptComment={props.acceptComment}
rejectComment={props.rejectComment}
{...comment}
/>;
})