Ádding reactions, commentContent and updating current Slot

This commit is contained in:
Belen Curcio
2017-04-26 23:06:09 -03:00
parent c60db41047
commit de6492a26d
@@ -197,7 +197,9 @@ class Comment extends React.Component {
}
<Content body={comment.body} />
<Slot fill="commentContent" />
<div className="commentActionsLeft comment__action-container">
<Slot fill="commentReactions" inline />
<ActionButton>
{/* TODO implmement iPerformedThisAction for the like */}
<LikeButton
@@ -228,7 +230,7 @@ class Comment extends React.Component {
</IfUserCanModifyBest>
</ActionButton>
<Slot
fill="commentDetail"
fill="commentActions"
data={this.props.data}
root={this.props.root}
comment={comment}