From 4cd5e12d72f14247c172c35835a72faeb4206f33 Mon Sep 17 00:00:00 2001
From: verboomp
Date: Tue, 3 Feb 2026 13:57:13 +0100
Subject: [PATCH] cleanup and unit tests
---
.../lib/pages/customer/customer_widget.dart | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hartmann-foto-documentation-frontend/lib/pages/customer/customer_widget.dart b/hartmann-foto-documentation-frontend/lib/pages/customer/customer_widget.dart
index 370c070..8b0ad76 100644
--- a/hartmann-foto-documentation-frontend/lib/pages/customer/customer_widget.dart
+++ b/hartmann-foto-documentation-frontend/lib/pages/customer/customer_widget.dart
@@ -232,7 +232,8 @@ class _CustomerWidgetState extends State {
flex: 3,
child: Align(
alignment: Alignment.centerLeft,
- child: Text(pictureDto.comment ?? "", style: dataStyle),
+ child: Text(pictureDto.thumbnailSizeUrl),
+ //FIXME: child: Text(pictureDto.comment ?? "", style: dataStyle),
),
),
Expanded(