aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send.selectors.js
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-06-30 03:33:09 +0800
committerGitHub <noreply@github.com>2018-06-30 03:33:09 +0800
commitb2e64f24ecbc9e309869e678254cf755ffe11b40 (patch)
treea12ae5d2d2f40f720216f2b011c100d3014c06f8 /ui/app/components/send_/send.selectors.js
parent22debbfec8b571241c874b0ee99d0d4c732076ea (diff)
parentad6c454fd5d59c7f47edf515f0eb8aec549a8683 (diff)
downloadtangerine-wallet-browser-b2e64f24ecbc9e309869e678254cf755ffe11b40.tar.gz
tangerine-wallet-browser-b2e64f24ecbc9e309869e678254cf755ffe11b40.tar.zst
tangerine-wallet-browser-b2e64f24ecbc9e309869e678254cf755ffe11b40.zip
Merge pull request #4687 from snreynolds/i4623-getConvertedCurrency
fixes #4623
Diffstat (limited to 'ui/app/components/send_/send.selectors.js')
-rw-r--r--ui/app/components/send_/send.selectors.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/app/components/send_/send.selectors.js b/ui/app/components/send_/send.selectors.js
index 7e7cfe2e9..f910f7caf 100644
--- a/ui/app/components/send_/send.selectors.js
+++ b/ui/app/components/send_/send.selectors.js
@@ -14,7 +14,6 @@ const selectors = {
getAmountConversionRate,
getBlockGasLimit,
getConversionRate,
- getConvertedCurrency,
getCurrentAccountWithSendEtherInfo,
getCurrentCurrency,
getCurrentNetwork,
@@ -98,10 +97,6 @@ function getConversionRate (state) {
return state.metamask.conversionRate
}
-function getConvertedCurrency (state) {
- return state.metamask.currentCurrency
-}
-
function getCurrentAccountWithSendEtherInfo (state) {
const currentAddress = getSelectedAddress(state)
const accounts = accountsWithSendEtherInfoSelector(state)