From f9aadec59bc9c1ff5244883c470ed9362aca88eb Mon Sep 17 00:00:00 2001 From: ncoelho Date: Thu, 16 Apr 2020 11:54:51 +0200 Subject: [PATCH] REF: Remove Local Trader from Wallet view --- screen/wallets/list.js | 2 +- screen/wallets/transactions.js | 24 ------------------------ 2 files changed, 1 insertion(+), 25 deletions(-) diff --git a/screen/wallets/list.js b/screen/wallets/list.js index 204fb9ca..510aab7f 100644 --- a/screen/wallets/list.js +++ b/screen/wallets/list.js @@ -344,7 +344,7 @@ export default class WalletsList extends Component { justifyContent: 'space-between', alignItems: 'center', marginHorizontal: 16, - marginVertical: 8, + marginBottom: 16, backgroundColor: '#eef0f4', padding: 16, borderRadius: 6, diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index 6406a680..9b00e443 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -230,7 +230,6 @@ export default class WalletTransactions extends Component { */} {this.renderMarketplaceButton()} {this.state.wallet.type === LightningCustodianWallet.type && Platform.OS === 'ios' && this.renderLappBrowserButton()} - {this.state.wallet.allowHodlHodlTrading() && this.renderHodlHodlButton()} { - return ( - { - this.props.navigation.navigate('HodlHodl', { fromWallet: this.state.wallet }); - }} - style={{ - marginLeft: 5, - backgroundColor: '#f2f2f2', - borderRadius: 9, - minHeight: 49, - flex: 1, - paddingHorizontal: 8, - justifyContent: 'center', - flexDirection: 'row', - alignItems: 'center', - }} - > - local trader - - ); - }; - onWalletSelect = async wallet => { if (wallet) { NavigationService.navigate('WalletTransactions', {