diff --git a/src/app/features/call/CallView.tsx b/src/app/features/call/CallView.tsx
index 560fd5d0..516a7909 100644
--- a/src/app/features/call/CallView.tsx
+++ b/src/app/features/call/CallView.tsx
@@ -140,7 +140,6 @@ export function CallView({ room }: { room: Room }) {
display: isCallViewVisible ? (isMobile && isChatOpen ? 'none' : 'flex') : 'none',
}}
>
-