Skip to content

Commit

Permalink
Update examples/breakout-rooms/src/components/BreakoutManager/Breakou…
Browse files Browse the repository at this point in the history
…tManager.tsx

Co-authored-by: Mettin Parzinski <[email protected]>
  • Loading branch information
dfosco and mettin authored Dec 13, 2023
1 parent 89f65b5 commit e13d463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const BreakoutManager: React.FC = () => {

const valRooms = "Add rooms to your session";
const valUsers: string = "Add users to each room";

Check failure on line 187 in examples/breakout-rooms/src/components/BreakoutManager/BreakoutManager.tsx

View workflow job for this annotation

GitHub Actions / Run linters

Type string trivially inferred from a string literal, remove type annotation
const valFrames: string = "Set a frame to each room";
const valFrames = "Set a frame to each room";

const validations: string[] = [];
if (!breakout?.rooms.length) {
Expand Down

0 comments on commit e13d463

Please sign in to comment.