From 1e467fc78c3a2e26dd32b92d4ddcfe42ee0e48cd Mon Sep 17 00:00:00 2001 From: nextwo <1234> Date: Wed, 15 Nov 2023 13:56:13 +0300 Subject: [PATCH] On gas refill detail, there is no date, but we are showing it . --- lib/views/pages/user/gas_refill/gas_refill_details.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/pages/user/gas_refill/gas_refill_details.dart b/lib/views/pages/user/gas_refill/gas_refill_details.dart index c70c8b98..068e5490 100644 --- a/lib/views/pages/user/gas_refill/gas_refill_details.dart +++ b/lib/views/pages/user/gas_refill/gas_refill_details.dart @@ -146,7 +146,7 @@ class _GasRefillDetailsPageState extends State { setState(() {}); }, ), - Text(gasRefillModel.startDate?.toServiceRequestCardFormat ?? "", textAlign: TextAlign.end, style: AppTextStyles.tinyFont.copyWith(color: const Color(0xFF3B3D4A))), + Text(gasRefillModel.expectedDate?.toServiceRequestCardFormat ?? "", textAlign: TextAlign.end, style: AppTextStyles.tinyFont.copyWith(color: const Color(0xFF3B3D4A))), ], ) ],