Fixing bug where reply buttons in replies to not operate as expected.

This commit is contained in:
David Jay
2016-11-18 11:30:38 -05:00
parent 243c36a306
commit 53fa63b269
@@ -165,7 +165,7 @@ class CommentStream extends Component {
<div className="replyActionsLeft">
<ReplyButton
updateItem={this.props.updateItem}
id={replyId}/>
parent_id={reply.parent_id}/>
<LikeButton
addNotification={this.props.addNotification}
id={replyId}