diff --git a/client-web/src/pages/ChatInRoom/Chat.tsx b/client-web/src/pages/ChatInRoom/Chat.tsx index a9921b01..9246eceb 100644 --- a/client-web/src/pages/ChatInRoom/Chat.tsx +++ b/client-web/src/pages/ChatInRoom/Chat.tsx @@ -637,7 +637,7 @@ export function ChatInRoom() { )} - {!roomData?.name && currentRoom !== NO_ROOM_PICKED && ( + {!roomData?.jid && currentRoom !== NO_ROOM_PICKED && (