From 082e1a268ffa9edd4768fe7f31bd6e23797c7461 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:11:52 +0300 Subject: [PATCH] Show members as sub on tournament teams page when joined after reg closed --- app/features/tournament/components/TeamWithRoster.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {