diff --git a/app/features/tournament-bracket/components/StartedMatch.tsx b/app/features/tournament-bracket/components/StartedMatch.tsx index 9b99379c9..3bb7b5e60 100644 --- a/app/features/tournament-bracket/components/StartedMatch.tsx +++ b/app/features/tournament-bracket/components/StartedMatch.tsx @@ -284,6 +284,8 @@ function FancyStageBanner({ data.mapList.filter((m) => m.bannedByTournamentTeamId).length < 2; const waitingForActiveRosterSelectionFor = (() => { + if (data.results.length > 0) return null; + const teamOneMissing = !tournamentTeamToActiveRosterUserIds( teams[0], tournament.minMembersPerTeam,