Browse Source

REF: Remove balance verification for onchain marketplce on iOS

master
ncoelho 5 years ago
committed by Overtorment
parent
commit
450642401b
  1. 2
      screen/wallets/details.js

2
screen/wallets/details.js

@ -130,14 +130,12 @@ export default class WalletDetails extends Component {
/> />
), ),
ios: ios:
this.state.wallet.getBalance() > 0 ? (
<BlueButton <BlueButton
onPress={async () => { onPress={async () => {
Linking.openURL('https://bluewallet.io/marketplace-btc/'); Linking.openURL('https://bluewallet.io/marketplace-btc/');
}} }}
title="Marketplace" title="Marketplace"
/> />
) : null,
}); });
}; };

Loading…
Cancel
Save