Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eucool authored Feb 27, 2024
1 parent f5963ca commit f92b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepWaypoint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function IOURequestStepWaypoint({
default:
return 'distance.waypointDescription.stop';
}
}, [parsedWaypointIndex, waypointCount]);
}, [parsedWaypointIndex]);

const locationBias = useLocationBias(allWaypoints, userLocation);
const waypointAddress = currentWaypoint.address ?? '';
Expand Down

0 comments on commit f92b845

Please sign in to comment.