diff --git a/src/pages/ReimbursementAccount/ValidationStep.js b/src/pages/ReimbursementAccount/ValidationStep.js index 2122b44cc6cc..36e325b7e8fd 100644 --- a/src/pages/ReimbursementAccount/ValidationStep.js +++ b/src/pages/ReimbursementAccount/ValidationStep.js @@ -1,11 +1,12 @@ import lodashGet from 'lodash/get'; import React from 'react'; -import {View, ScrollView} from 'react-native'; +import {Image, View, ScrollView} from 'react-native'; import {withOnyx} from 'react-native-onyx'; import PropTypes from 'prop-types'; import Str from 'expensify-common/lib/str'; import _ from 'underscore'; import styles from '../../styles/styles'; +import CONST from '../../CONST'; import withLocalize, {withLocalizePropTypes} from '../../components/withLocalize'; import { validateBankAccount, updateReimbursementAccountDraft, setBankAccountFormValidationErrors, showBankAccountErrorModal, @@ -59,6 +60,7 @@ class ValidationStep extends React.Component { super(props); this.submit = this.submit.bind(this); + this.verifyingUrl = `${CONST.CLOUDFRONT_URL}/images/icons/emptystates/emptystate_reviewing.gif`; this.navigateToConcierge = this.navigateToConcierge.bind(this); this.state = { @@ -248,19 +250,18 @@ class ValidationStep extends React.Component { )} {!maxAttemptsReached && state === BankAccount.STATE.VERIFYING && ( - + + {this.props.translate('validationStep.reviewingInfo')} {this.props.translate('common.here')} {this.props.translate('validationStep.forNextSteps')} -