diff --git a/ui/component/commentsReplies/view.jsx b/ui/component/commentsReplies/view.jsx index b38cfb53f..a19995cf8 100644 --- a/ui/component/commentsReplies/view.jsx +++ b/ui/component/commentsReplies/view.jsx @@ -100,11 +100,15 @@ function CommentsReplies(props: Props) { onClick={handleCommentReply} icon={ICONS.REPLY} /> - {!isExpanded && Boolean(numberOfComments) && ( + {Boolean(numberOfComments) && (