wip: remove default image -> provisional history
This commit is contained in:
parent
650acbab59
commit
73527cf478
|
@ -324,7 +324,7 @@ class ProvisionalHistoryState extends State<ProvisionalHistoryPage> {
|
||||||
|
|
||||||
Widget _historyCardMoleculeWidget(BuildContext context, dynamic historyItem) {
|
Widget _historyCardMoleculeWidget(BuildContext context, dynamic historyItem) {
|
||||||
return CardItemTemplateComponentWidget(
|
return CardItemTemplateComponentWidget(
|
||||||
imagePath: _imageUrlAtomWidget(historyItem['AGP_NOME'], 'P'),
|
imagePath: null,
|
||||||
labelsHashMap: _buildLabelsHashMap(context, historyItem),
|
labelsHashMap: _buildLabelsHashMap(context, historyItem),
|
||||||
statusHashMap: _buildStatusHashMap(context, historyItem),
|
statusHashMap: _buildStatusHashMap(context, historyItem),
|
||||||
onTapCardItemAction: () async {},
|
onTapCardItemAction: () async {},
|
||||||
|
|
Loading…
Reference in New Issue