diff --git a/client/coral-embed-stream/src/Comment.js b/client/coral-embed-stream/src/Comment.js index 554ebdf23..2dc6a2d83 100644 --- a/client/coral-embed-stream/src/Comment.js +++ b/client/coral-embed-stream/src/Comment.js @@ -62,6 +62,7 @@ class Comment extends React.Component { render () { const { comment, + parentId, currentUser, asset, depth, @@ -101,7 +102,7 @@ class Comment extends React.Component { console.log('reply button click'); this.setState({replyBoxVisible: !this.state.replyBoxVisible}); }} - parentCommentId={comment.id} + parentCommentId={parentId || comment.id} currentUserId={currentUser.id} banned={false} />