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(