We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c82cfee commit 1676919Copy full SHA for 1676919
src/pages/EnablePayments/ActivateStep.js
@@ -75,7 +75,7 @@ class ActivateStep extends React.Component {
75
shouldShowBackButton
76
onBackButtonPress={() => Navigation.goBack()}
77
/>
78
- <View style={[styles.mh5, styles.flex1]}>
+ <View style={styles.flex1}>
79
{this.props.userWallet.tierName === CONST.WALLET.TIER_NAME.GOLD && this.renderGoldWalletActivationStep()}
80
{this.props.userWallet.tierName === CONST.WALLET.TIER_NAME.SILVER && (
81
<Text>{this.props.translate('activateStep.checkBackLater')}</Text>
0 commit comments