Skip to content

Commit

Permalink
add comment update distance
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Jan 29, 2024
1 parent 6f77f82 commit a517ad5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/actions/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function saveWaypoint(transactionID: string, index: string, waypoint: RecentWayp
// Clear the existing route so that we don't show an old route
routes: {
route0: {
// Clear the existing distance to recalculate next time
distance: null,
geometry: {
coordinates: null,
Expand Down

0 comments on commit a517ad5

Please sign in to comment.