From e1a6cc2a55d2e07ab265c2699b60e8500e5226a3 Mon Sep 17 00:00:00 2001 From: Mykhailo Mohyliuk Date: Tue, 26 Sep 2023 10:55:27 +0300 Subject: [PATCH] #511 fixed join the room button --- client-web/src/pages/ChatInRoom/Chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (