diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html
index 443d7f8..283130f 100644
--- a/src/src/app/components/trip/trip.component.html
+++ b/src/src/app/components/trip/trip.component.html
@@ -15,11 +15,11 @@
@if (!trip?.archived) {
@@ -47,7 +47,7 @@
}
-
@@ -58,17 +58,17 @@
@@ -337,13 +339,15 @@
} @placeholder (minimum 0.4s) {
}
-
-
+
+
@if (!collapsedTripPlaces) {
-
+
@defer {
@for (p of places; track p.id) {
@if (!collapsedTripDays) {
-
+
@defer {
@for (d of trip?.days; track d.id) {
@if (!collapsedTripStatuses) {
-
+
@defer {
@for (item of getWatchlistData; track item.id) {