From 5ec0bf54e27e0b22d4e87e4a11bb8140a060a923 Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Sun, 15 Dec 2024 11:11:15 +0300 Subject: [PATCH] minor fixes --- lib/views/dashboard/widget/general_appointment_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/dashboard/widget/general_appointment_widget.dart b/lib/views/dashboard/widget/general_appointment_widget.dart index 7570f13..4294b4b 100644 --- a/lib/views/dashboard/widget/general_appointment_widget.dart +++ b/lib/views/dashboard/widget/general_appointment_widget.dart @@ -193,7 +193,7 @@ class GeneralAppointmentWidget extends StatelessWidget { children: [ "${LocaleKeys.createdOn.tr()}: ".toText(color: MyColors.lightTextColor), 2.width, - Flexible(child: appointmentListModel.appointmentDate!.toFormattedDateWithoutTime().toText(fontSize: 8)) + Flexible(child: appointmentListModel.appointmentCreatedOn!.toFormattedDateWithoutTime().toText(fontSize: 8)) ], ), if (isFromUpdateAppointmentPage) ...[