REF: Remove balance verification for onchain marketplce on iOS

This commit is contained in:
ncoelho 2020-04-30 14:47:03 +02:00 committed by Overtorment
parent df5e0e3d54
commit 450642401b

View file

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