From 7225e3272ebc0f187cb61de2001dd591d3b6523a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B0=D0=BB=D0=B8=D0=BC=D0=BE=D0=B2=20=D0=A0=D1=83?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BC?= Date: Thu, 16 Apr 2026 23:54:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B0=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=D1=80=D1=8B=20=D0=B8=20=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D0=BD=D1=83=D1=82=D1=80=D0=B8=20=D1=87?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=20=D0=BB=D0=B8=D1=87=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D1=87=D0=B0=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/chats/presentation/components/MessageBubble.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' && (
{showAvatar ? (
- {isMine && ( + {isMine && activeChat?.type !== 'personal' && activeChat?.type !== 'favorites' && (
{showAvatar ? (