missing showControls condition (#1854)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user