diff --git a/frontend/src/pages/Checkout.tsx b/frontend/src/pages/Checkout.tsx index 959b6d8b0..140c2cf30 100644 --- a/frontend/src/pages/Checkout.tsx +++ b/frontend/src/pages/Checkout.tsx @@ -47,7 +47,7 @@ import Layout from '@/components/Layout' import Error from '@/components/Error' import DatePicker from '@/components/DatePicker' import SocialLogin from '@/components/SocialLogin' -import Map from '@/components/Map' +// import Map from '@/components/Map' import DriverLicense from '@/components/DriverLicense' import Progress from '@/components/Progress' import CheckoutStatus from '@/components/CheckoutStatus' @@ -537,7 +537,7 @@ const Checkout = () => {
- {((pickupLocation.latitude && pickupLocation.longitude) + {/* {((pickupLocation.latitude && pickupLocation.longitude) || (pickupLocation.parkingSpots && pickupLocation.parkingSpots.length > 0)) && ( { locations={[pickupLocation]} className="map" /> - )} + )} */}