diff --git a/app/features/tournament-bracket/components/Bracket/Elimination.tsx b/app/features/tournament-bracket/components/Bracket/Elimination.tsx index ff5486695..54df8c1f3 100644 --- a/app/features/tournament-bracket/components/Bracket/Elimination.tsx +++ b/app/features/tournament-bracket/components/Bracket/Elimination.tsx @@ -104,7 +104,7 @@ function getRounds(props: EliminationBracketSideProps) { return group.id; }); - let showingBracketReset = true; + let showingBracketReset = props.bracket.data.round.length > 1; const rounds = props.bracket.data.round .flatMap((round) => { if (