Skip to content

Commit

Permalink
fix: ignore timezone on reservation card
Browse files Browse the repository at this point in the history
  • Loading branch information
nalves599 committed Jan 3, 2025
1 parent b60aef5 commit 4ee2487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[ngClass]="{'booked': stand.id !== undefined}">
<div class="info">
<b [innerHTML]="'reservations.day' | translate: {day: stand.day} "></b> ({{ !english? (stand.date | date : 'MMMM
d') : (stand.date | ptDate: stand.date)}})
d':'+0000') : (stand.date | ptDate: stand.date)}})
<span *ngIf="stand.id !== undefined">
<b *ngIf="limitedStands">- Stand {{stand.id + 1}}</b>
<b *ngIf="!limitedStands">You chose this day!</b>
Expand Down

0 comments on commit 4ee2487

Please sign in to comment.