diff --git a/src/pages/iou/request/step/IOURequestStepWaypoint.tsx b/src/pages/iou/request/step/IOURequestStepWaypoint.tsx index 5a68c85546e6..c8232b9cdb7b 100644 --- a/src/pages/iou/request/step/IOURequestStepWaypoint.tsx +++ b/src/pages/iou/request/step/IOURequestStepWaypoint.tsx @@ -125,7 +125,7 @@ function IOURequestStepWaypoint({ if (isOffline && waypointValue) { const waypoint = { address: waypointValue, - name: values.name, + name: values.name ?? '', }; saveWaypoint(waypoint); }