diff --git a/examples/client/Locomotion/src/context/newRideContext/index.tsx b/examples/client/Locomotion/src/context/newRideContext/index.tsx index fa342e414..4d6ae424c 100644 --- a/examples/client/Locomotion/src/context/newRideContext/index.tsx +++ b/examples/client/Locomotion/src/context/newRideContext/index.tsx @@ -612,7 +612,7 @@ const RidePageContextProvider = ({ children }: { }, [businessAccountId]); useEffect(() => { - setNumberOfPassengers(-1); + setNumberOfPassengers(1); }, [chosenService]); useEffect(() => {