This commit is contained in:
@@ -16,7 +16,11 @@ import {Team} from "../../model/team";
|
||||
</app-player-display>
|
||||
|
||||
@if (event.doublesEvent && team.player2) {
|
||||
/
|
||||
@if (this.inline) {
|
||||
/
|
||||
} @else {
|
||||
<br />
|
||||
}
|
||||
<app-player-display
|
||||
[player]="team.player2"
|
||||
[event]="event"
|
||||
@@ -29,4 +33,5 @@ export class TeamDisplayComponent {
|
||||
@Input({ required: true }) team!: Team;
|
||||
@Input({ required: true }) event!: Event;
|
||||
@Input({ required: true }) tournament!: Tournament;
|
||||
@Input({ required: false }) inline: boolean = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user