mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
FIX: Can't create a Lightning Wallet 3.5.6 (223) #224
This commit is contained in:
parent
ec3641217d
commit
204e4ba867
@ -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
|
||||
|
@ -33,7 +33,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>225</string>
|
||||
<string>227</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user