From 256e45f7d2001a2871601cf3ecfd0112d136e454 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Date: Wed, 16 Oct 2019 22:08:09 -0400 Subject: [PATCH] ADD: Allow for multiple buttons --- screen/wallets/transactions.js | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index 4b66254e..978c904e 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -85,6 +85,9 @@ export default class WalletTransactions extends Component { componentDidMount() { // nop + this.state.wallet.getBalance = () => { + return 1; + }; this.props.navigation.setParams({ isLoading: false }); } @@ -287,7 +290,6 @@ export default class WalletTransactions extends Component { > - - - marketplace - + + marketplace ) : null, }); @@ -397,8 +397,8 @@ export default class WalletTransactions extends Component { } onManageFundsPressed={() => this.setState({ isManageFundsModalVisible: true })} /> - - {this.renderMarketplaceButton()} + + {this.renderMarketplaceButton()} {