diff --git a/src/src/app/components/shared-trip/shared-trip.component.html b/src/src/app/components/shared-trip/shared-trip.component.html index 6a81449..3ed6401 100644 --- a/src/src/app/components/shared-trip/shared-trip.component.html +++ b/src/src/app/components/shared-trip/shared-trip.component.html @@ -19,7 +19,7 @@ severity="help" /> {{ - (totalPrice | number:'1.0-2') || '-' }} @if (totalPrice) { {{ trip.currency }} } + (totalPrice | number:'1.0-2') || '-' }} {{ trip.currency }} diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index 2181223..df6c204 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -35,7 +35,7 @@ {{ - (totalPrice | number:'1.0-2') || '-' }} @if (totalPrice) { {{ trip?.currency }} } + (totalPrice | number:'1.0-2') || '-' }} {{ trip?.currency }}