From 2d008899b66387f204b14be19cc23cd6fe790997 Mon Sep 17 00:00:00 2001 From: zeppi Date: Sat, 16 Oct 2021 16:24:52 -0400 Subject: [PATCH] clean up file page and reactions --- ui/component/commentsList/view.jsx | 2 +- ui/component/fileReactions/view.jsx | 10 ++++++++-- ui/scss/component/_button.scss | 17 +++++++++++------ 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/ui/component/commentsList/view.jsx b/ui/component/commentsList/view.jsx index debff2d0e..3984cf423 100644 --- a/ui/component/commentsList/view.jsx +++ b/ui/component/commentsList/view.jsx @@ -302,7 +302,7 @@ function CommentList(props: Props) { {readyToDisplayComments && topLevelComments && getCommentElems(topLevelComments)} - {!hasDefaultExpansion && ( + {!hasDefaultExpansion && topLevelComments && Boolean(topLevelComments.length) && (
{(!expandedComments || moreBelow) && (