Fix "select active rosters" showing for old finish tournaments

This commit is contained in:
Kalle
2024-07-04 12:28:00 +03:00
parent 932fe597a2
commit 970e9eb6a4

View File

@@ -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,