From 288cedd60b1db4c47e5c6eb1dfec0a42cbf88bcc Mon Sep 17 00:00:00 2001 From: Francisco Morgado Date: Wed, 31 Aug 2022 15:40:14 +0100 Subject: [PATCH] fix: comment icon fill --- frontend/src/components/Board/Card/CardFooter.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/frontend/src/components/Board/Card/CardFooter.tsx b/frontend/src/components/Board/Card/CardFooter.tsx index 8dbc7dcc1..1f742988c 100644 --- a/frontend/src/components/Board/Card/CardFooter.tsx +++ b/frontend/src/components/Board/Card/CardFooter.tsx @@ -210,15 +210,7 @@ const CardFooter = React.memo( }} > - comment.createdBy._id === userId - ) || !!isCommentsOpened - ? 'comment-filled' - : 'comment' - } - /> + 0 ? 'visible' : 'hidden' }}