Invallers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user