mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
GraphQL Review and Responses
This commit is contained in:
@@ -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}
|
||||
/>;
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user