From 60f4cca007b5ad4737f4061dd65cb41ffaf6517b Mon Sep 17 00:00:00 2001 From: saltrafael Date: Wed, 4 Aug 2021 09:44:36 -0300 Subject: [PATCH] Fix no expand button bug --- ui/component/commentsList/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/commentsList/view.jsx b/ui/component/commentsList/view.jsx index 2d635a48b..01075cf1c 100644 --- a/ui/component/commentsList/view.jsx +++ b/ui/component/commentsList/view.jsx @@ -319,7 +319,7 @@ function CommentList(props: Props) { {isMobile && (
- {moreBelow && ( + {(!expandedComments || moreBelow) && (