From cccbfb2bb6b99dc80481ea739f8d038fd6681bc3 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Thu, 30 Apr 2020 16:31:29 +0100 Subject: [PATCH] REF: lint --- screen/wallets/details.js | 21 +++++++++++---------- screen/wallets/transactions.js | 1 - tests/e2e/bluewallet.spec.js | 1 - 3 files changed, 11 insertions(+), 12 deletions(-) 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()