diff --git a/screen/wallets/details.js b/screen/wallets/details.js index c9fc1346..65a9b4e4 100644 --- a/screen/wallets/details.js +++ b/screen/wallets/details.js @@ -130,14 +130,12 @@ export default class WalletDetails extends Component { /> ), ios: - this.state.wallet.getBalance() > 0 ? ( { Linking.openURL('https://bluewallet.io/marketplace-btc/'); }} title="Marketplace" /> - ) : null, }); };