File tree 2 files changed +3
-1
lines changed
settings/Payments/PaymentsPage 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import KYCWall from '../../../../components/KYCWall';
33
33
import { propTypes , defaultProps } from './paymentsPagePropTypes' ;
34
34
import { withNetwork } from '../../../../components/OnyxProvider' ;
35
35
import * as PaymentUtils from '../../../../libs/PaymentUtils' ;
36
+ import OfflineIndicator from '../../../../components/OfflineIndicator' ;
36
37
37
38
class BasePaymentsPage extends React . Component {
38
39
constructor ( props ) {
@@ -436,6 +437,7 @@ class BasePaymentsPage extends React.Component {
436
437
danger
437
438
/>
438
439
</ KeyboardAvoidingView >
440
+ < OfflineIndicator containerStyles = { [ styles . ml5 , styles . mv3 ] } />
439
441
</ ScreenWrapper >
440
442
) ;
441
443
}
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class ResendValidationForm extends React.Component {
152
152
isDisabled = { this . props . network . isOffline }
153
153
/>
154
154
</ View >
155
- < OfflineIndicator />
155
+ < OfflineIndicator containerStyles = { [ styles . mv1 ] } />
156
156
</ >
157
157
) ;
158
158
}
You can’t perform that action at this time.
0 commit comments