Reduce diff
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
c492fcd448
commit
6ff8215e7a
1 changed files with 1 additions and 3 deletions
|
@ -136,9 +136,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
|||
</div>
|
||||
)}
|
||||
{toolbarButtons.length > 0 && !maximised && (
|
||||
<div className={classNames(styles.toolbar)}>
|
||||
<div>{toolbarButtons}</div>
|
||||
</div>
|
||||
<div className={classNames(styles.toolbar)}>{toolbarButtons}</div>
|
||||
)}
|
||||
{videoMuted && (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue