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 {},