Show debug only conditionally
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
807a6a8545
commit
abb43bfe59
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
|||
{toolbarButtons.length > 0 && !maximised && (
|
||||
<div className={classNames(styles.toolbar)}>
|
||||
<div className={classNames(styles.debugInfo)}>
|
||||
{JSON.stringify(debugInfo)}
|
||||
{showCallFeedDebugInfo && JSON.stringify(debugInfo)}
|
||||
</div>
|
||||
<div>{toolbarButtons}</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue