From 148657e06bd04e01d3f5ab309fcf8de71599e858 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Mon, 14 Jun 2021 15:23:37 +0300 Subject: [PATCH] small fix --- lib/widgets/patients/profile/patient-profile-app-bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/patients/profile/patient-profile-app-bar.dart b/lib/widgets/patients/profile/patient-profile-app-bar.dart index 8caf6754..5cfbe59c 100644 --- a/lib/widgets/patients/profile/patient-profile-app-bar.dart +++ b/lib/widgets/patients/profile/patient-profile-app-bar.dart @@ -579,7 +579,7 @@ class PatientProfileAppBar extends StatelessWidget : ((patientProfileAppBarModel.patient.appointmentDate != null &&patientProfileAppBarModel.patient.appointmentDate.isNotEmpty ) ? patientProfileAppBarModel.isFromLabResult?170:150 : patientProfileAppBarModel.patient.admissionDate != null - ? 150 + ? patientProfileAppBarModel.isFromLabResult?170:150 : patientProfileAppBarModel.isDischargedPatient ? 240 : 130)