From 6522a0e37361bb842fd3e008b8acda8404693b45 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Thu, 16 Oct 2025 17:20:35 +0200 Subject: [PATCH] :lipstick: Trip Checklist: display only pending and constraint items, fix blank images in table --- src/src/app/components/trip/trip.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/src/app/components/trip/trip.component.html b/src/src/app/components/trip/trip.component.html index aa0b094..28daa65 100644 --- a/src/src/app/components/trip/trip.component.html +++ b/src/src/app/components/trip/trip.component.html @@ -206,7 +206,7 @@
- +
{{ tripitem.place.name }}
@@ -671,12 +671,14 @@
Items with status
@for (status of statuses; track status.label) { + @if (['pending', 'constraint'].includes(status.label)) {
{{ status.label }}
} + }
@@ -862,7 +864,7 @@
- +
{{ item.place.name }}