From 63229ce2d74c4884ca0f964865289fbab74cbb64 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 14 Feb 2022 14:49:19 -0800 Subject: [PATCH] Fix video grid story --- src/video-grid/VideoGrid.stories.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/video-grid/VideoGrid.stories.jsx b/src/video-grid/VideoGrid.stories.jsx index 060e3f4f..5c9f4ccb 100644 --- a/src/video-grid/VideoGrid.stories.jsx +++ b/src/video-grid/VideoGrid.stories.jsx @@ -60,7 +60,12 @@ export const ParticipantsTest = () => { > {({ item, ...rest }) => ( - + 2 || item.focused} + {...rest} + /> )}