aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-tx/confirm-send-ether.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-29 07:13:53 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-29 07:13:53 +0800
commit06292107d756f0b25805f819cd276e4b6303ccb0 (patch)
treea336439564c418556436941dfa8220d30b13a35f /ui/app/components/pending-tx/confirm-send-ether.js
parent66ed4dfaa31be826f0d5a4a34410e34eca34d007 (diff)
downloadtangerine-wallet-browser-06292107d756f0b25805f819cd276e4b6303ccb0.tar.gz
tangerine-wallet-browser-06292107d756f0b25805f819cd276e4b6303ccb0.tar.zst
tangerine-wallet-browser-06292107d756f0b25805f819cd276e4b6303ccb0.zip
Always set currency to USD on app mount
Diffstat (limited to 'ui/app/components/pending-tx/confirm-send-ether.js')
-rw-r--r--ui/app/components/pending-tx/confirm-send-ether.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/pending-tx/confirm-send-ether.js b/ui/app/components/pending-tx/confirm-send-ether.js
index b03ec0552..330a55cce 100644
--- a/ui/app/components/pending-tx/confirm-send-ether.js
+++ b/ui/app/components/pending-tx/confirm-send-ether.js
@@ -32,7 +32,6 @@ function mapStateToProps (state) {
function mapDispatchToProps (dispatch) {
return {
- setCurrentCurrencyToUSD: () => dispatch(actions.setCurrentCurrency('USD')),
backToAccountDetail: address => dispatch(actions.backToAccountDetail(address)),
cancelTransaction: ({ id }) => dispatch(actions.cancelTx({ id })),
}