From 6ff8215e7a66a84226c3747fa5643de808f740e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 31 Jan 2023 11:01:21 +0100 Subject: [PATCH] Reduce diff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/video-grid/VideoTile.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/video-grid/VideoTile.tsx b/src/video-grid/VideoTile.tsx index c15dd828..3ea6a6c0 100644 --- a/src/video-grid/VideoTile.tsx +++ b/src/video-grid/VideoTile.tsx @@ -136,9 +136,7 @@ export const VideoTile = forwardRef( )} {toolbarButtons.length > 0 && !maximised && ( -
-
{toolbarButtons}
-
+
{toolbarButtons}
)} {videoMuted && ( <>