Compare commits

...

1 Commits

Author SHA1 Message Date
Timo K
34db57af2e missing showControls condition
Signed-off-by: Timo K <toger5@hotmail.de>
2023-10-31 15:50:12 +01:00

View File

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