FIX: Can't create a Lightning Wallet 3.5.6 (223) #224

This commit is contained in:
Marcos Rodriguez Vélez 2019-01-09 10:01:31 -05:00
parent ec3641217d
commit 204e4ba867
3 changed files with 1 additions and 7 deletions

View File

@ -107,7 +107,6 @@ export class LightningButton extends Component {
render() {
return (
<TouchableOpacity
disabled={this.props.disabled}
onPress={() => {
// eslint-disable-next-line
if (this.props.onPress) this.props.onPress();
@ -138,10 +137,6 @@ export class LightningButton extends Component {
}
}
LightningButton.propTypes = {
disabled: PropTypes.bool,
};
export class BlueButtonLink extends Component {
render() {
// eslint-disable-next-line

View File

@ -33,7 +33,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>225</string>
<string>227</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>

View File

@ -140,7 +140,6 @@ export default class WalletsAdd extends Component {
height: (width - 60) / 3,
}}
title={loc.wallets.add.create}
disabled={BlueApp.getWallets().some(wallet => wallet.type === LightningCustodianWallet.type)}
/>
</View>
</View>