diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index 2617620..1edba3a 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -594,12 +594,13 @@ } +
- +
@@ -633,7 +634,7 @@
-
+
@@ -656,16 +657,28 @@ }
-
+
+
Items with status
+
+ @for (status of statuses; track status.label) { +
+
+ {{ status.label }} +
+ } +
+
+
@for (item of getWatchlistData; track item.id) { -
+