From fd160ca0b7d26c35871441bebce240a93e1b7c0d Mon Sep 17 00:00:00 2001 From: nextwo <1234> Date: Sun, 12 Mar 2023 10:57:15 +0300 Subject: [PATCH] solve the problem of missing some data in track gas refill screen --- lib/views/widgets/gas_refill/gas_refill_item.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/widgets/gas_refill/gas_refill_item.dart b/lib/views/widgets/gas_refill/gas_refill_item.dart index b0097ed8..b05f0650 100644 --- a/lib/views/widgets/gas_refill/gas_refill_item.dart +++ b/lib/views/widgets/gas_refill/gas_refill_item.dart @@ -77,7 +77,7 @@ class GasRefillItem extends StatelessWidget { ), ), ), - StatusLabel(label: item.status?.label ?? "", color: AColors.getGasStatusColor(item.status?.id ?? 0)), + StatusLabel(label: item.status?.label, color: AColors.getGasStatusColor(item.status?.id ?? 0)), ], ), //Divider(color: onItemColor,),