From b8847b6f5f79595204e784efe466e37196f67530 Mon Sep 17 00:00:00 2001 From: Timo Date: Mon, 22 Jul 2024 16:13:21 +0200 Subject: [PATCH] Remove hide header condition --- src/room/InCallView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index d655c672..dfd9fcd8 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -414,7 +414,7 @@ export const InCallView: FC = subscribe( )} {showControls &&
{buttons}
} - {!mobile && !hideHeader && showControls && ( + {!mobile && showControls && (