GraphQL Review and Responses

This commit is contained in:
Belen Curcio
2017-02-13 16:00:55 -03:00
parent e2ebac7176
commit 594b87208a
8 changed files with 51 additions and 33 deletions
@@ -12,12 +12,12 @@ const ModerationQueue = props => {
return <Comment
key={i}
index={i}
comment={comment}
suspectWords={props.suspectWords}
actions={actionsMap[comment.status]}
showBanUserDialog={props.showBanUserDialog}
acceptComment={props.acceptComment}
rejectComment={props.rejectComment}
{...comment}
/>;
})
}