Skip to content

Commit f9cf909

Browse files
committed
add offline indicator to basePaymentspage
update offline indicator styles for resend validation page
1 parent bfbdd4e commit f9cf909

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/pages/settings/Payments/PaymentsPage/BasePaymentsPage.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import KYCWall from '../../../../components/KYCWall';
3333
import {propTypes, defaultProps} from './paymentsPagePropTypes';
3434
import {withNetwork} from '../../../../components/OnyxProvider';
3535
import * as PaymentUtils from '../../../../libs/PaymentUtils';
36+
import OfflineIndicator from '../../../../components/OfflineIndicator';
3637

3738
class BasePaymentsPage extends React.Component {
3839
constructor(props) {
@@ -436,6 +437,7 @@ class BasePaymentsPage extends React.Component {
436437
danger
437438
/>
438439
</KeyboardAvoidingView>
440+
<OfflineIndicator containerStyles={[styles.ml5, styles.mv3]} />
439441
</ScreenWrapper>
440442
);
441443
}

src/pages/signin/ResendValidationForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class ResendValidationForm extends React.Component {
152152
isDisabled={this.props.network.isOffline}
153153
/>
154154
</View>
155-
<OfflineIndicator />
155+
<OfflineIndicator containerStyles={[styles.mv1]} />
156156
</>
157157
);
158158
}

0 commit comments

Comments
 (0)