adding context for moderation

This commit is contained in:
Belen Curcio
2017-02-10 17:55:51 -03:00
parent bc14b908eb
commit 894fec9fb6
9 changed files with 69 additions and 101 deletions
@@ -7,11 +7,13 @@ const actionsMap = {
};
const ModerationQueue = props => {
console.log(props);
return (
<div>
<ul>
{
props.data[props.activeTab].map((comment, i) => {
console.log(props.asset);
return <Comment
key={i}
index={i}