From c69409cbacdbe73d73d8f3a808d3a5cdda96add0 Mon Sep 17 00:00:00 2001 From: James Morris Date: Wed, 27 Jul 2022 14:03:50 +0100 Subject: [PATCH] Updated the included comment count to be dynamic - Before it was static, with an X, but now using the variable available - Do note, this doesn't seem to be showing the right number refs https://github.com/TryGhost/Team/issues/1695 --- 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 79ff5173ea..0302cc9edc 100644 --- a/apps/comments-ui/src/components/CommentsBox.js +++ b/apps/comments-ui/src/components/CommentsBox.js @@ -24,7 +24,7 @@ const CommentsBoxContent = (props) => { {/* {TODO: Put in conditionals and variables for the new comment helper} */}

Member discussion

-
x comments
+
{commentsCount} comments