solve the problem of missing some data in track gas refill screen

merge-requests/15/head
nextwo 3 years ago
parent 198dc95814
commit fd160ca0b7

@ -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,),

Loading…
Cancel
Save