diff --git a/client/coral-plugin-commentbox/CommentBox.js b/client/coral-plugin-commentbox/CommentBox.js index 59af5fac1..0af98d913 100644 --- a/client/coral-plugin-commentbox/CommentBox.js +++ b/client/coral-plugin-commentbox/CommentBox.js @@ -67,7 +67,7 @@ class CommentBox extends Component { }) .catch((err) => { console.error(err); - setCommentCountCache(commentCountCache); + !isReply && setCommentCountCache(commentCountCache); }); this.setState({body: ''}); }