diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index 881991b..6abd759 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -80,7 +80,7 @@ @if (rowgroup) { -
{{tripitem.td_label }}
@@ -89,7 +89,7 @@ {{ tripitem.text }} @if (tripitem.place) { -
+
{{ tripitem.place.name }} @@ -98,7 +98,7 @@ {{ tripitem.comment || '-' }} -
+
@if (tripitem.lat) { {{ tripitem.lat }}, {{ tripitem.lng }} } @else {-}