From e0279a4d26da89a6227b59ae4d18e8dda676ee38 Mon Sep 17 00:00:00 2001
From: verboomp
Date: Mon, 2 Feb 2026 13:11:06 +0100
Subject: [PATCH] image test
---
.../lib/pages/customer/customer_widget.dart | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
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 8819a32..317a5f5 100644
--- a/hartmann-foto-documentation-frontend/lib/pages/customer/customer_widget.dart
+++ b/hartmann-foto-documentation-frontend/lib/pages/customer/customer_widget.dart
@@ -227,8 +227,7 @@ class _CustomerWidgetState extends State {
flex: 3,
child: Align(
alignment: Alignment.centerLeft,
- // FIXME: child: Text(pictureDto.comment ?? "", style: dataStyle),
- child: Text(pictureDto.thumbnailSizeUrl, style: dataStyle),
+ child: Text(pictureDto.comment ?? "", style: dataStyle),
),
),
Expanded(