mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 06:08:13 -05:00
Show members as sub on tournament teams page when joined after reg closed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user