From 648ecd6bae3f575d5a13476557501d613326bbff Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Fri, 5 Aug 2022 15:04:23 +0200 Subject: [PATCH] Fixed first comment of a post nos showing until a refresh fixes https://github.com/TryGhost/Team/issues/1748 --- apps/comments-ui/src/components/CommentsBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/comments-ui/src/components/CommentsBox.js b/apps/comments-ui/src/components/CommentsBox.js index 0867195ff8..4b24fb3529 100644 --- a/apps/comments-ui/src/components/CommentsBox.js +++ b/apps/comments-ui/src/components/CommentsBox.js @@ -79,7 +79,7 @@ const CommentsBoxContent = (props) => {
- {commentsCount > 0 && commentsElements} + {commentsElements}
{ !isEditing