From 73527cf47839e559f5e7b0e092e90b4bc674ef75 Mon Sep 17 00:00:00 2001 From: "J. A. Messias" Date: Wed, 11 Dec 2024 10:39:25 -0300 Subject: [PATCH] wip: remove default image -> provisional history --- .../history/presentation/pages/provisional_history_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/history/presentation/pages/provisional_history_page.dart b/lib/features/history/presentation/pages/provisional_history_page.dart index 257ab6c8..7b4d5def 100644 --- a/lib/features/history/presentation/pages/provisional_history_page.dart +++ b/lib/features/history/presentation/pages/provisional_history_page.dart @@ -324,7 +324,7 @@ class ProvisionalHistoryState extends State { Widget _historyCardMoleculeWidget(BuildContext context, dynamic historyItem) { return CardItemTemplateComponentWidget( - imagePath: _imageUrlAtomWidget(historyItem['AGP_NOME'], 'P'), + imagePath: null, labelsHashMap: _buildLabelsHashMap(context, historyItem), statusHashMap: _buildStatusHashMap(context, historyItem), onTapCardItemAction: () async {},