Skip to content

Commit

Permalink
Fix: Unable to save manually entered address after selecting address …
Browse files Browse the repository at this point in the history
…from list
  • Loading branch information
abzokhattab committed Mar 11, 2024
1 parent 9302ade commit f692d39
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 @@ -125,7 +125,7 @@ function IOURequestStepWaypoint({
if (isOffline && waypointValue) {
const waypoint = {
address: waypointValue,
name: values.name,
name: values.name ?? '',
};
saveWaypoint(waypoint);
}
Expand Down

0 comments on commit f692d39

Please sign in to comment.