Merge branch 'fix_header_out_patient' into 'development'

fix out patient header

See merge request Cloud_Solution/doctor_app_flutter!741
merge-requests/743/merge
Mohammad Aljammal 5 years ago
commit b4305a00ae

@ -273,7 +273,7 @@ class PatientProfileAppBar extends StatelessWidget
), ),
), ),
if ( patient.appointmentDate != null && patient.appointmentDate.isNotEmpty) if ( patient.appointmentDate != null && patient.appointmentDate.isNotEmpty && !isFromLabResult)
Row( Row(
mainAxisAlignment: MainAxisAlignment.start, mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[ children: <Widget>[

Loading…
Cancel
Save