Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Dejan <[email protected]>
  • Loading branch information
funny2code committed Feb 27, 2024
1 parent 5c45461 commit 8fd88e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/iou/request/step/IOURequestStepDistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function IOURequestStepDistance({
scrollViewRef.current.scrollToEnd({animated: true});
}, [numberOfPreviousWaypoints, numberOfWaypoints]);


useEffect(() => {
if (nonEmptyWaypointsCount >= 2 && (duplicateWaypointsError || atLeastTwoDifferentWaypointsError || hasRouteError || isLoadingRoute || isLoading)) {
return;
Expand Down

0 comments on commit 8fd88e2

Please sign in to comment.