Added match counter
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-client/pipeline/head This commit looks good
This commit is contained in:
@@ -10,10 +10,8 @@ export class TeamPipe implements PipeTransform {
|
||||
|
||||
transform(team: any, args?: any): any {
|
||||
if (team.player2 != null) {
|
||||
// return this.player1.getFullName() + " / " + this.player2.getFullName();
|
||||
return this.fullNamePipe.transform(team.player1) + " / " + this.fullNamePipe.transform(team.player2);
|
||||
}
|
||||
// return this.player1.getFullName();
|
||||
return this.fullNamePipe.transform(team.player1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user