mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-27 21:55:15 -05:00
Fix "select active rosters" showing for old finish tournaments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user