Skip to content

Commit

Permalink
OfflineIndicator position bottom with scrollview
Browse files Browse the repository at this point in the history
  • Loading branch information
dhairyasenjaliya committed Jun 16, 2023
1 parent 07c7103 commit ef63157
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 @@ -3,7 +3,7 @@ import lodashGet from 'lodash/get';
import React from 'react';
import {withOnyx} from 'react-native-onyx';
import Str from 'expensify-common/lib/str';
import {View} from 'react-native';
import {View, ScrollView} from 'react-native';
import PropTypes from 'prop-types';
import ScreenWrapper from '../../components/ScreenWrapper';
import * as BankAccounts from '../../libs/actions/BankAccounts';
Expand Down Expand Up @@ -377,7 +377,7 @@ class ReimbursementAccountPage extends React.Component {
subtitle={policyName}
onBackButtonPress={() => Navigation.goBack(ROUTES.SETTINGS_WORKSPACES)}
/>
<View style={styles.flex1}>{errorComponent}</View>
<ScrollView>{errorComponent}</ScrollView>
</ScreenWrapper>
);
}
Expand Down

0 comments on commit ef63157

Please sign in to comment.