diff --git a/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart b/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart index 831eb013..b0c541f9 100644 --- a/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart +++ b/lib/pages/ErService/AmbulanceRequestIndexPages/PickupLocation.dart @@ -254,6 +254,7 @@ class _PickupLocationState extends State { SizedBox( height: 8, ), + InkWell( onTap: () { confirmSelectHospitalDialog( @@ -369,6 +370,10 @@ class _PickupLocationState extends State { SizedBox( height: 45, ), + if (myAppointment != null) + SizedBox( + height: 100, + ), ], ), ),