From 9f893e537314684827c39a9791dc01741dc06635 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 18 Sep 2023 21:05:01 -0400 Subject: [PATCH] Format code --- src/video-grid/VideoTile.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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 })}