diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index eee5def..7b8d83c 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -43,8 +43,7 @@ }
-
+
@@ -79,7 +78,7 @@ @if (isFilteringMode) {
+ class="capitalize" selectedItemsLabel="{0} columns selected" placeholder="Choose Columns" />
@@ -87,8 +86,8 @@ @defer { @if (flattenedTripItems.length) { - @@ -135,14 +134,12 @@ {{ tripitem.text }}
} - @if (tripTableSelectedColumns.includes('place')) { + @if (tripTableSelectedColumns.includes('place')) { @if (tripitem.place) { -
-
- -
- {{ tripitem.place.name }} +
+ {{ + tripitem.place.name }}
} @else {-} } @@ -254,7 +251,7 @@ Add Day to your Trip to start organizing !

- +
-
@if (selectedItem) {
@@ -285,7 +282,7 @@
@if (selectedItem.gpx) { - + } @if (selectedItem.lat && selectedItem.lng) { @@ -571,7 +568,7 @@ } @else {
{{ trip?.name }} is not currently shared. - +
}