diff --git a/src/pages/ReimbursementAccount/ValidationStep.js b/src/pages/ReimbursementAccount/ValidationStep.js index 17a66e84e055..5a37d4966051 100644 --- a/src/pages/ReimbursementAccount/ValidationStep.js +++ b/src/pages/ReimbursementAccount/ValidationStep.js @@ -6,7 +6,8 @@ import {ScrollView, View} from 'react-native'; import {withOnyx} from 'react-native-onyx'; import _ from 'underscore'; import Button from '@components/Button'; -import Form from '@components/Form'; +import FormProvider from '@components/Form/FormProvider'; +import InputWrapper from '@components/Form/InputWrapper'; import HeaderWithBackButton from '@components/HeaderWithBackButton'; import * as Expensicons from '@components/Icon/Expensicons'; import * as Illustrations from '@components/Icon/Illustrations'; @@ -141,7 +142,7 @@ function ValidationStep({reimbursementAccount, translate, onBackButtonPress, acc )} {!maxAttemptsReached && state === BankAccount.STATE.PENDING && ( -
{translate('validationStep.descriptionCTA')} - - - )} -
+ )} {isVerifying && (