Invallers

This commit is contained in:
2025-09-23 20:47:11 +02:00
parent 6a9ea43e23
commit 181aebf16a
6 changed files with 62 additions and 21 deletions

View File

@@ -90,4 +90,7 @@ export class TournamentPlayersComponent implements OnInit {
}
hasSubstitutes(tournamentPlayer: TournamentPlayer) {
return tournamentPlayer.substitutions.filter(s => s.substitute != null && s.substitute >= 0).length > 0;
}
}