Added tournament active/inactive option
This commit is contained in:
@@ -11,6 +11,7 @@ export class Tournament {
|
||||
maxEvents: number;
|
||||
costsPerEvent: number[] = [0, 0, 0];
|
||||
courts: number;
|
||||
active: boolean;
|
||||
|
||||
static getStatus(tournament: Tournament): string {
|
||||
if (tournament.status == "CLOSED") return "Afgerond";
|
||||
|
||||
Reference in New Issue
Block a user