From 8db7da5d6bd97065e5b1de158d3debeacdca4f23 Mon Sep 17 00:00:00 2001 From: mkzie2 Date: Wed, 28 Jan 2026 15:10:45 +0700 Subject: [PATCH 1/3] fix: add remove button --- .../iou/request/step/IOURequestStepWaypoint.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/iou/request/step/IOURequestStepWaypoint.tsx b/src/pages/iou/request/step/IOURequestStepWaypoint.tsx index 755ab23b2a7c6..53e40001e3cbf 100644 --- a/src/pages/iou/request/step/IOURequestStepWaypoint.tsx +++ b/src/pages/iou/request/step/IOURequestStepWaypoint.tsx @@ -5,6 +5,7 @@ import {View} from 'react-native'; import type {OnyxEntry} from 'react-native-onyx'; import AddressSearch from '@components/AddressSearch'; import FullPageNotFoundView from '@components/BlockingViews/FullPageNotFoundView'; +import Button from '@components/Button'; import FormProvider from '@components/Form/FormProvider'; import InputWrapperWithRef from '@components/Form/InputWrapper'; import type {FormOnyxValues} from '@components/Form/types'; @@ -239,6 +240,17 @@ function IOURequestStepWaypoint({ submitButtonText={translate('common.save')} shouldHideFixErrorsAlert onScroll={onScroll} + shouldRenderFooterAboveSubmit + footerContent={ + !!waypointAddress && ( +