diff --git a/app/features/tournament/components/TeamWithRoster.tsx b/app/features/tournament/components/TeamWithRoster.tsx index 3259ba232..db174b72c 100644 --- a/app/features/tournament/components/TeamWithRoster.tsx +++ b/app/features/tournament/components/TeamWithRoster.tsx @@ -64,7 +64,7 @@ export function TeamWithRoster({ const friendCode = friendCodes?.[member.userId]; const isSub = databaseTimestampToDate(member.createdAt) > - tournament.ctx.startTime; + tournament.registrationClosesAt; const name = () => { if (!tournament.ctx.settings.requireInGameNames) {