diff --git a/src/pages/ReimbursementAccount/VerifiedBankAccountFlowEntryPoint.tsx b/src/pages/ReimbursementAccount/VerifiedBankAccountFlowEntryPoint.tsx index 2d760a1e97ddd..0765fd2622d8b 100644 --- a/src/pages/ReimbursementAccount/VerifiedBankAccountFlowEntryPoint.tsx +++ b/src/pages/ReimbursementAccount/VerifiedBankAccountFlowEntryPoint.tsx @@ -18,7 +18,7 @@ import ValidateCodeActionModal from '@components/ValidateCodeActionModal'; import useLocalize from '@hooks/useLocalize'; import useTheme from '@hooks/useTheme'; import useThemeStyles from '@hooks/useThemeStyles'; -import {getEarliestErrorField, getLatestErrorField} from '@libs/ErrorUtils'; +import {getEarliestErrorField, getLatestError, getLatestErrorField} from '@libs/ErrorUtils'; import getPlaidDesktopMessage from '@libs/getPlaidDesktopMessage'; import {REIMBURSEMENT_ACCOUNT_ROUTE_NAMES} from '@libs/ReimbursementAccountUtils'; import WorkspaceResetBankAccountModal from '@pages/workspace/WorkspaceResetBankAccountModal'; @@ -219,57 +219,55 @@ function VerifiedBankAccountFlowEntryPoint({ )} - - {shouldShowContinueSetupButton === true ? ( - <> - - - - ) : ( - <> - {!hasForeignCurrency && !shouldShowContinueSetupButton && ( - - )} + {shouldShowContinueSetupButton === true ? ( + + + + + ) : ( + <> + {!hasForeignCurrency && !shouldShowContinueSetupButton && ( - - )} - + )} + + + )} {translate('common.privacy')}