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 + :
+ +
) : ( )}