diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index aa0b094..28daa65 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -206,7 +206,7 @@
- +
{{ tripitem.place.name }}
@@ -671,12 +671,14 @@
Items with status
@for (status of statuses; track status.label) { + @if (['pending', 'constraint'].includes(status.label)) {
{{ status.label }}
} + }
@@ -862,7 +864,7 @@
- +
{{ item.place.name }}