We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc90890 commit e1c8893Copy full SHA for e1c8893
1 file changed
MyApp.Client/src/app/bookings/booking-list.component.html
@@ -45,18 +45,6 @@
45
{{ cost | currency }}
46
</ng-template>
47
48
- <ng-template #discountHeader>
49
- Discount
50
- </ng-template>
51
- <ng-template #discount let-discount="discount">
52
- @if (discount) {
53
- <div class="flex items-end">
54
- <app-icon class="w-5 h-5 mr-1" type="Coupon"></app-icon>
55
- <preview-format [value]="discount.description"></preview-format>
56
- </div>
57
- }
58
59
-
60
<ng-template #cancelledHeader>
61
Status
62
0 commit comments