We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeca39 commit a3a3934Copy full SHA for a3a3934
1 file changed
src/pages/iou/request/step/IOURequestStepDistanceGPS/index.native.tsx
@@ -80,7 +80,7 @@ function IOURequestStepDistanceGPS({
80
81
const shouldSkipConfirmation = !skipConfirmation || !report?.reportID ? false : !(isArchived || isPolicyExpenseChatUtils(report));
82
83
- const [recentWaypoints] = useOnyx(ONYXKEYS.NVP_RECENT_WAYPOINTS, {canBeMissing: true});
+ const [recentWaypoints] = useOnyx(ONYXKEYS.NVP_RECENT_WAYPOINTS);
84
const navigateToNextStep = () => {
85
const gpsCoordinates = getGPSCoordinates(gpsDraftDetails);
86
const distance = getGPSConvertedDistance(gpsDraftDetails, unit);
0 commit comments