Skip to content

Commit a3a3934

Browse files
committed
remove canBeMissing
1 parent 0eeca39 commit a3a3934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/iou/request/step/IOURequestStepDistanceGPS/index.native.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function IOURequestStepDistanceGPS({
8080

8181
const shouldSkipConfirmation = !skipConfirmation || !report?.reportID ? false : !(isArchived || isPolicyExpenseChatUtils(report));
8282

83-
const [recentWaypoints] = useOnyx(ONYXKEYS.NVP_RECENT_WAYPOINTS, {canBeMissing: true});
83+
const [recentWaypoints] = useOnyx(ONYXKEYS.NVP_RECENT_WAYPOINTS);
8484
const navigateToNextStep = () => {
8585
const gpsCoordinates = getGPSCoordinates(gpsDraftDetails);
8686
const distance = getGPSConvertedDistance(gpsDraftDetails, unit);

0 commit comments

Comments
 (0)