From 4ee2487e1222233e5202aca1c800fbf20d9e1a1c Mon Sep 17 00:00:00 2001 From: Nuno Alves Date: Fri, 3 Jan 2025 14:55:36 -0800 Subject: [PATCH] fix: ignore timezone on reservation card --- .../reservation-card/reservation-card.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/company/company-reservations/reservation-card/reservation-card.component.html b/src/app/company/company-reservations/reservation-card/reservation-card.component.html index 3b15696..3a2f476 100644 --- a/src/app/company/company-reservations/reservation-card/reservation-card.component.html +++ b/src/app/company/company-reservations/reservation-card/reservation-card.component.html @@ -12,7 +12,7 @@ [ngClass]="{'booked': stand.id !== undefined}">
({{ !english? (stand.date | date : 'MMMM - d') : (stand.date | ptDate: stand.date)}}) + d':'+0000') : (stand.date | ptDate: stand.date)}}) - Stand {{stand.id + 1}} You chose this day!