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 <div
className={classNames( className={classNames(
showControls showControls
? hideHeader ? styles.footer
? [styles.footer, styles.footerHidden] : hideHeader
: [styles.footer, styles.footerThin] ? [styles.footer, styles.footerHidden]
: styles.footer, : [styles.footer, styles.footerThin],
)} )}
> >
{!mobile && !hideHeader && ( {!mobile && !hideHeader && (