small fix

merge-requests/738/head
Elham Rababah 5 years ago
parent 9328724167
commit 148657e06b

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

Loading…
Cancel
Save