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%',
}}
>
-