From 8986019bc6bf4984264e8037c707249094978298 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Sat, 19 Jul 2025 16:06:40 +0200 Subject: [PATCH] :lipstick: Trip print update - no LatLng truncate --- src/src/app/components/trip/trip.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {-}