diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index 74b4468..08aece1 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -491,6 +491,24 @@ + +
+
+

Days

+ @for (day of trip?.days; track day.id) { +
+ {{ + day.items.length }} +
+ {{ day.label }} +
+
+ } +
+
}