fix(thumbnail) Fix screenshare indicator (#10774)

This commit is contained in:
Robert Pintilii 2022-01-12 11:31:31 +02:00 committed by GitHub
parent b65eb7d01a
commit 44c2a6ce93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ const ThumbnailTopIndicators = ({
iconSize = { _indicatorIconSize }
participantId = { participantId }
tooltipPosition = { getIndicatorsTooltipPosition(currentLayout) } />
{currentLayout === LAYOUTS.TILE_VIEW && (
{currentLayout !== LAYOUTS.TILE_VIEW && (
<div className = { clsx(indicatorsClassName, 'top-indicators') }>
<StatusIndicators
participantID = { participantId }