Added TournamentRegistration.active
This commit is contained in:
@@ -4,6 +4,7 @@ export class TournamentRegistration {
|
||||
editable: boolean;
|
||||
date: string;
|
||||
status: string;
|
||||
active: boolean;
|
||||
events: EventRegistration[];
|
||||
|
||||
static getStatus(tournamentRegistration: TournamentRegistration): string {
|
||||
|
||||
Reference in New Issue
Block a user