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)