PAP-559: remove the km

merge-update-with-lab-changes
Elham Rababah 5 years ago
parent 5dd2e9986e
commit 1b393d6601

@ -49,8 +49,7 @@ class _SelectHospitalDialogState extends State<SelectHospitalDialog> {
});
},
child: ListTile(
title: Text(widget.hospitals[index].name +
' ${widget.hospitals[index].distanceInKilometers} KM'),
title: Text(widget.hospitals[index].name),
leading: Radio(
value: widget.hospitals[index],
groupValue: widget.selectedHospital,

Loading…
Cancel
Save