Always show substitutes if applicable
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:
@@ -14,9 +14,7 @@ import {MatTooltip} from '@angular/material/tooltip';
|
||||
@let substitute = getSubstituteForEvent(player, event);
|
||||
<span [class.has-substitute]="substitute"
|
||||
[matTooltip]="substitute ? 'Valt in voor ' + (player | fullName) : ''"
|
||||
matTooltipPosition="below">
|
||||
{{ substitute || (player | fullName) }}
|
||||
</span>
|
||||
matTooltipPosition="below">{{ substitute || (player | fullName) }}</span>
|
||||
`
|
||||
})
|
||||
export class PlayerDisplayComponent {
|
||||
|
||||
Reference in New Issue
Block a user