diff --git a/client/coral-embed-stream/src/components/Comment.js b/client/coral-embed-stream/src/components/Comment.js index d34de96ac..dcc52d85a 100644 --- a/client/coral-embed-stream/src/components/Comment.js +++ b/client/coral-embed-stream/src/components/Comment.js @@ -130,7 +130,7 @@ export default class Comment extends React.Component { const changes = getShallowChanges(this.props, next); if (changes.length === 1 && changes[0] === 'activeReplyBox') { if ( - !containsCommentId(next, this.props.activeReplyBox) && + !containsCommentId(this.props, this.props.activeReplyBox) && !containsCommentId(next, next.activeReplyBox) ) { return false;