Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGery committed Jan 9, 2024
1 parent f7caae6 commit 6dc4812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const RideButtons = ({

const paymentMethodNotAllowedOnService = chosenService && ride?.paymentMethodId
&& !chosenService.allowedPaymentMethods.includes(getPaymentMethod(ride.paymentMethodId))
&& serviceEstimations;
&& serviceEstimations?.length > 0;

const checkFutureRidesSetting = async () => {
const futureRidesEnabled = await getSettingByKey(
Expand Down

0 comments on commit 6dc4812

Please sign in to comment.