cleanup and unit tests
This commit is contained in:
@@ -232,7 +232,8 @@ class _CustomerWidgetState extends State<CustomerWidget> {
|
|||||||
flex: 3,
|
flex: 3,
|
||||||
child: Align(
|
child: Align(
|
||||||
alignment: Alignment.centerLeft,
|
alignment: Alignment.centerLeft,
|
||||||
child: Text(pictureDto.comment ?? "", style: dataStyle),
|
child: Text(pictureDto.thumbnailSizeUrl),
|
||||||
|
//FIXME: child: Text(pictureDto.comment ?? "", style: dataStyle),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Expanded(
|
Expanded(
|
||||||
|
|||||||
Reference in New Issue
Block a user