aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send-token
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-14 10:57:33 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-14 10:57:33 +0800
commitd722c1045f70954cb1a97de52cae5084a6f14815 (patch)
tree45307f0cf792991d2e0284f9479c9aae49ed13e8 /ui/app/components/send-token
parent6bd71d69378c74de8748bdfb5476ec082077676c (diff)
downloadtangerine-wallet-browser-d722c1045f70954cb1a97de52cae5084a6f14815.tar.gz
tangerine-wallet-browser-d722c1045f70954cb1a97de52cae5084a6f14815.tar.zst
tangerine-wallet-browser-d722c1045f70954cb1a97de52cae5084a6f14815.zip
Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate
Diffstat (limited to 'ui/app/components/send-token')
-rw-r--r--ui/app/components/send-token/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send-token/index.js b/ui/app/components/send-token/index.js
index 851d463eb..a3332ca9e 100644
--- a/ui/app/components/send-token/index.js
+++ b/ui/app/components/send-token/index.js
@@ -292,7 +292,7 @@ SendTokenScreen.prototype.renderGasInput = function () {
conversionRate,
tokenExchangeRate,
gasPrice,
- currentCurrency: selectedCurrency,
+ activeCurrency: selectedCurrency,
gas: gasLimit,
blockGasLimit: currentBlockGasLimit,
}),