aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-05-01 00:03:49 +0800
committerDan <danjm.com@gmail.com>2018-05-01 00:03:49 +0800
commit41b609ab5ba185c8f5d7068aea8a638ae194ae66 (patch)
tree6f86bdc4d87690e75cb9f44d72a27526c110e6a9 /ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js
parent5529ec6efd6fa659d790b4641e47cf247b7cfca7 (diff)
downloadtangerine-wallet-browser-41b609ab5ba185c8f5d7068aea8a638ae194ae66.tar.gz
tangerine-wallet-browser-41b609ab5ba185c8f5d7068aea8a638ae194ae66.tar.zst
tangerine-wallet-browser-41b609ab5ba185c8f5d7068aea8a638ae194ae66.zip
Fix amount max button.
Diffstat (limited to 'ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js')
-rw-r--r--ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js b/ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js
index d87f2424b..b490a7fd7 100644
--- a/ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js
+++ b/ui/app/components/send_/send-content/send-amount-row/amount-max-button/amount-max-button.utils.js
@@ -1,7 +1,7 @@
const {
multiplyCurrencies,
subtractCurrencies,
-} = require('../../../../conversion-util')
+} = require('../../../../../conversion-util')
const ethUtil = require('ethereumjs-util')
function calcMaxAmount ({ balance, gasTotal, selectedToken, tokenBalance }) {