diff --git a/screen/send/details.js b/screen/send/details.js index 4ce1597a..0645b1b0 100644 --- a/screen/send/details.js +++ b/screen/send/details.js @@ -588,18 +588,24 @@ export default class SendDetails extends Component { {!this.state.isLoading && ( this.props.navigation.navigate('SelectWallet', { onWalletSelect: this.onWalletSelect, chainType: Chain.ONCHAIN }) } > - + {loc.wallets.select_wallet.toLowerCase()} - + )} + + this.props.navigation.navigate('SelectWallet', { onWalletSelect: this.onWalletSelect, chainType: Chain.ONCHAIN }) + } + > {this.state.fromWallet.getLabel()} {loc.formatBalanceWithoutSuffix(this.state.fromWallet.getBalance(), BitcoinUnit.BTC, false)} @@ -607,6 +613,7 @@ export default class SendDetails extends Component { {BitcoinUnit.BTC} + ); diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index 5a0ab801..1cdbbc77 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -9,7 +9,6 @@ import { RefreshControl, TouchableOpacity, StatusBar, - StyleSheet, } from 'react-native'; import PropTypes from 'prop-types'; import { NavigationEvents } from 'react-navigation'; @@ -391,12 +390,4 @@ WalletTransactions.propTypes = { getParam: PropTypes.func, setParams: PropTypes.func, }), -}; - -const styles = StyleSheet.create({ - balance: { - flexDirection: 'row', - alignItems: 'center', - marginTop: 8, - }, -}); +}; \ No newline at end of file