From 756a71bf2f85fa38b37a92fef5690294a7d82bba Mon Sep 17 00:00:00 2001 From: HotelSync Date: Wed, 15 Apr 2026 11:56:01 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20chat=20=E2=80=94=20show=20group=20avatar?= =?UTF-8?q?=20in=20room=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/ChatWidget.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/chat/ChatWidget.tsx b/src/components/chat/ChatWidget.tsx index 7469d74..80c68bd 100644 --- a/src/components/chat/ChatWidget.tsx +++ b/src/components/chat/ChatWidget.tsx @@ -1105,9 +1105,11 @@ function RoomRow({ room, isPinned, isMuted, isOnline, onClick, onMenuClick }: { ) : room.type === 'group' ? ( -
- -
+ room.avatarUrl + ? {room.name + :
+ +
) : ( )}