missing showControls condition (#1854)

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-10-31 16:04:22 +01:00
committed by GitHub
parent 70f32feb5f
commit 5008c33dfa

View File

@@ -391,10 +391,10 @@ export const InCallView: FC<InCallViewProps> = ({
<div
className={classNames(
showControls
? hideHeader
? styles.footer
: hideHeader
? [styles.footer, styles.footerHidden]
: [styles.footer, styles.footerThin]
: styles.footer,
: [styles.footer, styles.footerThin],
)}
>
{!mobile && !hideHeader && (