From 1eab69ddf63411f9512bff32f776dc7acd000f40 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Mon, 26 May 2025 21:45:18 +0200 Subject: [PATCH] Remove unused box --- src/components/Chat/MessageItem.tsx | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/components/Chat/MessageItem.tsx b/src/components/Chat/MessageItem.tsx index a1420a8..3151fc5 100644 --- a/src/components/Chat/MessageItem.tsx +++ b/src/components/Chat/MessageItem.tsx @@ -324,6 +324,7 @@ export const MessageItem = memo( {reply && ( <> + - - { const numberOfReactions = reactions[reaction]?.length; - // const myReaction = reactions if (numberOfReactions === 0) return null; return ( - {' '} {numberOfReactions} )} @@ -640,14 +630,6 @@ export const ReplyPreview = ({ message, isEdit = false }) => { width: '100%', }} > -