Show members as sub on tournament teams page when joined after reg closed

This commit is contained in:
Kalle
2026-06-01 17:11:52 +03:00
parent 941ca7c232
commit 082e1a268f

View File

@@ -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) {