diff --git a/src/components/ReportActionItem/MoneyRequestView.tsx b/src/components/ReportActionItem/MoneyRequestView.tsx index 78ce4db4e5d9..7233bfab11a3 100644 --- a/src/components/ReportActionItem/MoneyRequestView.tsx +++ b/src/components/ReportActionItem/MoneyRequestView.tsx @@ -625,7 +625,7 @@ function MoneyRequestView({report, shouldShowAnimatedBackground, readonly = fals numberOfLinesTitle={0} /> - {isDistanceRequest ? ( + {isDistanceRequest && transaction?.comment?.waypoints ? ( distanceRequestFields ) : ( diff --git a/src/pages/iou/request/step/IOURequestStepDistance.tsx b/src/pages/iou/request/step/IOURequestStepDistance.tsx index d07d3be69d91..e9012cd81d19 100644 --- a/src/pages/iou/request/step/IOURequestStepDistance.tsx +++ b/src/pages/iou/request/step/IOURequestStepDistance.tsx @@ -537,6 +537,7 @@ function IOURequestStepDistance({ headerTitle={translate('common.distance')} onBackButtonPress={navigateBack} testID={IOURequestStepDistance.displayName} + shouldShowNotFoundPage={isEditing && !transaction?.comment?.waypoints} shouldShowWrapper={!isCreatingNewRequest} > <>