Design Pass

This commit is contained in:
Belen Curcio
2017-02-13 18:12:37 -03:00
parent 732ef9b8bd
commit 519298b980
5 changed files with 22 additions and 18 deletions
@@ -18,6 +18,7 @@ const ModerationQueue = props => {
showBanUserDialog={props.showBanUserDialog}
acceptComment={props.acceptComment}
rejectComment={props.rejectComment}
currentAsset={props.currentAsset}
/>;
})
}