From 7043376383bbdf2ca2b7c99537d5a46eed5e726a Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Sun, 11 May 2025 19:09:39 -0500 Subject: [PATCH] Fix the position of the member drawer to its correct location --- src/app/features/room/Room.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/features/room/Room.tsx b/src/app/features/room/Room.tsx index 7c755c54..35c5c960 100644 --- a/src/app/features/room/Room.tsx +++ b/src/app/features/room/Room.tsx @@ -65,14 +65,14 @@ export function Room() { - {screenSize === ScreenSize.Desktop && isDrawer && ( - <> - - - - )} )} + {screenSize === ScreenSize.Desktop && isDrawer && ( + <> + + + + )} );