Switching Permalink props on replies to avoid null errors.

This commit is contained in:
David Jay
2016-11-17 17:45:44 -05:00
parent c7d2a9a94f
commit 243c36a306
@@ -187,8 +187,8 @@ class CommentStream extends Component {
updateItem={this.props.updateItem}
currentUser={this.props.auth.user}/>
<PermalinkButton
comment_id={reply.comment_id}
asset_id={reply.comment_id}
comment_id={reply.parent_id}
asset_id={rootItemId}
/>
</div>
</div>;