Skip to content

Commit

Permalink
Remove console.logs and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolic committed Feb 7, 2024
1 parent 003a35a commit 4189b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ const RidePageContextProvider = ({ children }: {
setLastAcknowledgedRideCompletionTimestampToNow,
loadFutureBookingDays,
futureBookingDays,
businessAccountId, //
businessAccountId,
updateBusinessAccountId,
}}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ const ServiceCard = ({ service, withBorder }) => {
return i18n.t('rideDetails.unavailable');
}

// console.log(" Service: " , service); // checkBA? Selected Account? If I have businessAcountId its bussine from newRIde?
return showPrice ? getFormattedPrice(service.currency, service.price) : null;
};

Expand Down

0 comments on commit 4189b1e

Please sign in to comment.