From 5ae806444e6a6def927b5b869d6dfc424d6d77c5 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Mon, 21 Apr 2025 21:05:14 -0400 Subject: [PATCH] Remove text chat for now --- src/app/pages/call/PersistentCallContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/call/PersistentCallContainer.tsx b/src/app/pages/call/PersistentCallContainer.tsx index 2e119020..116a9176 100644 --- a/src/app/pages/call/PersistentCallContainer.tsx +++ b/src/app/pages/call/PersistentCallContainer.tsx @@ -195,7 +195,7 @@ export function PersistentCallContainer({ isVisible }: PersistentCallContainerPr - {activeCallRoomId && roomId && room !== null && ( + {false && activeCallRoomId && roomId && room !== null && (