diff --git a/app/features/tournament-bracket/components/BracketMapListDialog.tsx b/app/features/tournament-bracket/components/BracketMapListDialog.tsx index bd867278e..38bedfc98 100644 --- a/app/features/tournament-bracket/components/BracketMapListDialog.tsx +++ b/app/features/tournament-bracket/components/BracketMapListDialog.tsx @@ -678,10 +678,11 @@ function GlobalMapCountInput({ onChange={(e) => onSetCount(Number(e.target.value))} defaultValue={defaultValue} > - - - - + {TOURNAMENT.AVAILABLE_BEST_OF.map((count) => ( + + ))} ); @@ -797,7 +798,7 @@ function RoundMapList({ {editing && includeRoundSpecificSelections ? (
- {[1, 3, 5, 7].map((count) => ( + {TOURNAMENT.AVAILABLE_BEST_OF.map((count) => (