From be7de5797097a99162d4c7abfb4938a5ab8d3889 Mon Sep 17 00:00:00 2001 From: Hirbod Mirjavadi Date: Thu, 28 Sep 2023 16:23:26 +0200 Subject: [PATCH] fix: final channel bugfixes --- .../components/image-preview.tsx | 2 +- .../components/message-item.tsx | 27 ++++++++----------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/packages/app/components/creator-channels/components/image-preview.tsx b/packages/app/components/creator-channels/components/image-preview.tsx index f04782180f..ea1b8a7cad 100644 --- a/packages/app/components/creator-channels/components/image-preview.tsx +++ b/packages/app/components/creator-channels/components/image-preview.tsx @@ -68,7 +68,7 @@ export const ImagePreview = memo( return ( ) : null} - - 0 ? 29 : 0} - > - {item.reaction_group.length > 0 ? ( - - - - ) : null} - + {item.reaction_group.length > 0 ? ( + + + + ) : null}