From ab709262749c07071da7f21ffa9b3f6dbcb9f647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 31 Jan 2023 11:04:48 +0100 Subject: [PATCH] Delint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/video-grid/VideoGrid.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video-grid/VideoGrid.stories.tsx b/src/video-grid/VideoGrid.stories.tsx index 859e593..986a63d 100644 --- a/src/video-grid/VideoGrid.stories.tsx +++ b/src/video-grid/VideoGrid.stories.tsx @@ -82,6 +82,7 @@ export const ParticipantsTest = () => { name={`User ${item.id}`} disableSpeakingIndicator={items.length < 3} connectionState={ConnectionState.Connected} + debugInfo={{ width: undefined, height: undefined }} {...rest} /> )}