From e80cff4d0f78c570e79c938ca6bebe1c17daa5dd Mon Sep 17 00:00:00 2001
From: itskovacs
Date: Mon, 6 Oct 2025 18:11:50 +0200
Subject: [PATCH] :arrow_up: Migration
---
src/src/app/components/trips/trips.component.html | 2 +-
src/src/app/components/trips/trips.component.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/src/app/components/trips/trips.component.html b/src/src/app/components/trips/trips.component.html
index 9a6751b..482b257 100644
--- a/src/src/app/components/trips/trips.component.html
+++ b/src/src/app/components/trips/trips.component.html
@@ -45,7 +45,7 @@
Add Trip to start organizing !
-
+
}
diff --git a/src/src/app/components/trips/trips.component.ts b/src/src/app/components/trips/trips.component.ts
index 376dd31..2c2f46b 100644
--- a/src/src/app/components/trips/trips.component.ts
+++ b/src/src/app/components/trips/trips.component.ts
@@ -74,7 +74,7 @@ export class TripsComponent implements OnInit {
"960px": "80vw",
},
},
- );
+ )!;
modal.onClose.pipe(take(1)).subscribe({
next: (trip: TripBaseWithDates | null) => {