forked from github/cinny
Ensure drawer doesn't appear in call room
This commit is contained in:
@@ -67,7 +67,7 @@ export function Room() {
|
||||
</Box>
|
||||
</Box>
|
||||
)}
|
||||
{screenSize === ScreenSize.Desktop && isDrawer && (
|
||||
{screenSize === ScreenSize.Desktop && !room.isCallRoom() && isDrawer && (
|
||||
<>
|
||||
<Line variant="Background" direction="Vertical" size="300" />
|
||||
<MembersDrawer key={room.roomId} room={room} members={members} />
|
||||
|
||||
Reference in New Issue
Block a user