diff --git a/src/discussions/comments/CommentsView.jsx b/src/discussions/comments/CommentsView.jsx index 41a90469..c6168451 100644 --- a/src/discussions/comments/CommentsView.jsx +++ b/src/discussions/comments/CommentsView.jsx @@ -71,11 +71,14 @@ function DiscussionCommentsView({ ...filterPosts(comments, 'unendorsed')], [comments]); return ( <> - {!isLoading &&
+ {!isLoading + && ( +
{endorsed === EndorsementStatus.ENDORSED ? intl.formatMessage(messages.endorsedResponseCount, { num: sortedComments.length }) : intl.formatMessage(messages.responseCount, { num: sortedComments.length })} -
} +
+ )}
{sortedComments.map(comment => (