diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index c33f30f..54ddd23 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -29,8 +29,7 @@ {{ - totalPrice - || '-' }} {{ currency$ | async }} + (totalPrice | number:'1.0-2') || '-' }} {{ currency$ | async }} @@ -55,6 +54,10 @@