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