diff --git a/client-web/src/modules/chats/presentation/components/MessageBubble.tsx b/client-web/src/modules/chats/presentation/components/MessageBubble.tsx index e47c14f..d7d70da 100644 --- a/client-web/src/modules/chats/presentation/components/MessageBubble.tsx +++ b/client-web/src/modules/chats/presentation/components/MessageBubble.tsx @@ -455,7 +455,7 @@ function MessageBubble({ )} - {!isMine && ( + {!isMine && activeChat?.type !== 'personal' && activeChat?.type !== 'favorites' && (