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
|
<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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user