Skip to content

Commit

Permalink
#511 fixed join the room button
Browse files Browse the repository at this point in the history
  • Loading branch information
dendidibe committed Sep 26, 2023
1 parent fac9c48 commit e1a6cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-web/src/pages/ChatInRoom/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export function ChatInRoom() {
</ConversationHeader.Actions>
</ConversationHeader>
)}
{!roomData?.name && currentRoom !== NO_ROOM_PICKED && (
{!roomData?.jid && currentRoom !== NO_ROOM_PICKED && (
<ConversationHeader
style={{
height: "70px",
Expand Down

0 comments on commit e1a6cc2

Please sign in to comment.