diff --git a/screen/wallets/details.js b/screen/wallets/details.js index 65a9b4e4..957400e5 100644 --- a/screen/wallets/details.js +++ b/screen/wallets/details.js @@ -129,13 +129,14 @@ export default class WalletDetails extends Component { title="Marketplace" /> ), - ios: - { - Linking.openURL('https://bluewallet.io/marketplace-btc/'); - }} - title="Marketplace" - /> + ios: ( + { + Linking.openURL('https://bluewallet.io/marketplace-btc/'); + }} + title="Marketplace" + /> + ), }); }; @@ -268,12 +269,12 @@ export default class WalletDetails extends Component { {this.renderMarketplaceButton()} )} - {(this.state.wallet.type !== LightningCustodianWallet.type && ( + {this.state.wallet.type !== LightningCustodianWallet.type && ( - + this.props.navigation.navigate('Broadcast')} title="Broadcast transaction" /> - ))} + )} { - it('selftest passes', async () => { await waitFor(element(by.id('WalletsList'))) .toBeVisible()