diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2017-11-10 06:23:10 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-11-11 06:07:27 +0800 |
commit | 5120cfdff3047e4bf88cec544895cc713d063cdd (patch) | |
tree | 883e918b64c2b7ace6b968dd5499794c404f5c40 /ui/app/components/send/send-utils.js | |
parent | 62f2aebe1d9c3efd6ace8785fc96bb43ae08afe8 (diff) | |
download | tangerine-wallet-browser-5120cfdff3047e4bf88cec544895cc713d063cdd.tar tangerine-wallet-browser-5120cfdff3047e4bf88cec544895cc713d063cdd.tar.gz tangerine-wallet-browser-5120cfdff3047e4bf88cec544895cc713d063cdd.tar.bz2 tangerine-wallet-browser-5120cfdff3047e4bf88cec544895cc713d063cdd.tar.lz tangerine-wallet-browser-5120cfdff3047e4bf88cec544895cc713d063cdd.tar.xz tangerine-wallet-browser-5120cfdff3047e4bf88cec544895cc713d063cdd.tar.zst tangerine-wallet-browser-5120cfdff3047e4bf88cec544895cc713d063cdd.zip |
Linting
Diffstat (limited to 'ui/app/components/send/send-utils.js')
-rw-r--r-- | ui/app/components/send/send-utils.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/send/send-utils.js b/ui/app/components/send/send-utils.js index bd1197950..d8211930d 100644 --- a/ui/app/components/send/send-utils.js +++ b/ui/app/components/send/send-utils.js @@ -7,7 +7,7 @@ const { calcTokenAmount, } = require('../../token-util') -function isBalanceSufficient({ +function isBalanceSufficient ({ amount = '0x0', gasTotal = '0x0', balance, @@ -39,7 +39,7 @@ function isBalanceSufficient({ return balanceIsSufficient } -function isTokenBalanceSufficient({ +function isTokenBalanceSufficient ({ amount = '0x0', tokenBalance, decimals, |