Fix wrong migrations from update to Angular 13

This commit is contained in:
Yannic Schroeder
2022-02-17 00:39:18 +01:00
parent ebbc59aaf0
commit 0deaf25285
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
<span *ngIf="!clickable" class="badge" [style.background]="tag.color" [style.color]="tag.text_color">{{tag.name}}</span>
<a [routerLink]="[][]" [title]="linkTitle" *ngIf="clickable" class="badge" [style.background]="tag.color" [style.color]="tag.text_color">{{tag.name}}</a>
<a [routerLink]="[]" [title]="linkTitle" *ngIf="clickable" class="badge" [style.background]="tag.color" [style.color]="tag.text_color">{{tag.name}}</a>