diff --git a/src/video-grid/VideoTile.tsx b/src/video-grid/VideoTile.tsx index 5d8d1987..c8e9fedf 100644 --- a/src/video-grid/VideoTile.tsx +++ b/src/video-grid/VideoTile.tsx @@ -177,19 +177,20 @@ export const VideoTile = forwardRef( {toolbarButtons.length > 0 && (!maximised || fullscreen) && (
{toolbarButtons}
)} - {content === TileContent.UserMedia && !sfuParticipant.isCameraEnabled && ( - <> -
- - - )} + {content === TileContent.UserMedia && + !sfuParticipant.isCameraEnabled && ( + <> +
+ + + )} {content === TileContent.ScreenShare ? (
{t("{{displayName}} is presenting", { displayName })}