From 20815390e64762873e17106d50f6a419ea438dd1 Mon Sep 17 00:00:00 2001 From: Gigiaj Date: Wed, 18 Jun 2025 18:39:30 -0500 Subject: [PATCH] Remove No Active Call text when not in a call --- src/app/features/room-nav/RoomCallNavStatus.tsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/app/features/room-nav/RoomCallNavStatus.tsx b/src/app/features/room-nav/RoomCallNavStatus.tsx index 2535394e..d3f23794 100644 --- a/src/app/features/room-nav/RoomCallNavStatus.tsx +++ b/src/app/features/room-nav/RoomCallNavStatus.tsx @@ -22,20 +22,7 @@ export function CallNavStatus() { } }; if (!isCallActive) { - return ( - - - No active call - - - ); + return null; } return (