From 0bb129e7a6e88aad8b47b7861d9eb076b1b17c52 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 8 Sep 2020 12:58:09 -0400 Subject: [PATCH] keep 'hide replies' button always --- ui/component/commentsReplies/view.jsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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) && (