wip: remove default image -> provisional history

This commit is contained in:
J. A. Messias 2024-12-11 10:39:25 -03:00
parent 650acbab59
commit 73527cf478
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ class ProvisionalHistoryState extends State<ProvisionalHistoryPage> {
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 {},