This commit is contained in:
Belen Curcio
2017-02-28 22:35:37 -03:00
parent cdbc065c90
commit 42b380b942
7 changed files with 164 additions and 55 deletions
@@ -21,6 +21,7 @@ const ModerationQueue = ({activeTab = 'premod', ...props}) => {
key={i}
index={i}
comment={comment}
commentType={activeTab}
suspectWords={props.suspectWords}
actions={actionsMap[status]}
showBanUserDialog={props.showBanUserDialog}