From a2c8097c01b689f50d83d73a792829e89ec1565b Mon Sep 17 00:00:00 2001 From: Jaggar <18173108+GigiaJ@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:27:26 -0500 Subject: [PATCH] Update src/app/features/call/CallView.tsx Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com> --- src/app/features/call/CallView.tsx | 1 - 1 file changed, 1 deletion(-) 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', }} > -