From e13d46381370a34984b8d2b85f85e317c376d3d0 Mon Sep 17 00:00:00 2001 From: Daniel Fosco Date: Wed, 13 Dec 2023 12:20:53 +0100 Subject: [PATCH] Update examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx Co-authored-by: Mettin Parzinski --- .../src/components/BreakoutManager/BreakoutManager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx b/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx index 78b797806..5f712000c 100644 --- a/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx +++ b/examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx @@ -185,7 +185,7 @@ export const BreakoutManager: React.FC = () => { const valRooms = "Add rooms to your session"; const valUsers: string = "Add users to each room"; - const valFrames: string = "Set a frame to each room"; + const valFrames = "Set a frame to each room"; const validations: string[] = []; if (!breakout?.rooms.length) {