Skip to content

Commit

Permalink
merge missings
Browse files Browse the repository at this point in the history
  • Loading branch information
keisyrzk committed Dec 4, 2023
1 parent 17ac677 commit b57985c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/ReimbursementAccount/ReimbursementAccountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import Text from '@components/Text';
import useLocalize from '@hooks/useLocalize';
import useNetwork from '@hooks/useNetwork';
import usePrevious from '@hooks/usePrevious';
import useThemeStyles from '@styles/useThemeStyles';
import compose from '@libs/compose';
import getPlaidOAuthReceivedRedirectURI from '@libs/getPlaidOAuthReceivedRedirectURI';
import BankAccount from '@libs/models/BankAccount';
import Navigation from '@libs/Navigation/Navigation';
import * as PolicyUtils from '@libs/PolicyUtils';
import shouldReopenOnfido from '@libs/shouldReopenOnfido';
import withPolicy from '@pages/workspace/withPolicy';
import styles from '@styles/styles';
import * as BankAccounts from '@userActions/BankAccounts';
import CONST from '@src/CONST';
import ONYXKEYS from '@src/ONYXKEYS';
Expand Down Expand Up @@ -448,7 +448,7 @@ function ReimbursementAccountPage({reimbursementAccount, route, onfidoToken, pol
subtitle={policyName}
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WORKSPACES)}
/>
<View style={[styles.m5, styles.mv3, styles.flex1}>
<View style={[styles.m5, styles.mv3, styles.flex1]}>
<Text>{errorText}</Text>
</View>
</ScreenWrapper>
Expand Down

0 comments on commit b57985c

Please sign in to comment.