mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
REF: Remove balance verification for onchain marketplce on iOS
This commit is contained in:
parent
df5e0e3d54
commit
450642401b
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue