From 58779ae4e76b3af933d031cf2ada3524e31086d7 Mon Sep 17 00:00:00 2001 From: Timo K Date: Wed, 24 Jan 2024 17:53:11 +0100 Subject: [PATCH] linter Signed-off-by: Timo K --- src/room/InCallView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index f48315d5..5f6ff4a2 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -397,8 +397,8 @@ export const InCallView: FC = subscribe( showControls ? styles.footer : hideHeader - ? [styles.footer, styles.footerHidden] - : [styles.footer, styles.footerThin], + ? [styles.footer, styles.footerHidden] + : [styles.footer, styles.footerThin], )} > {!mobile && !hideHeader && (