aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/send/account-list-item
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-09-01 00:26:49 +0800
committerGitHub <noreply@github.com>2019-09-01 00:26:49 +0800
commit87cf0ced1344e9db55f9bb9e1b4c050ec8fd7d88 (patch)
treee358575c7bff9e856b0da6763f788cc8851ca95d /ui/app/pages/send/account-list-item
parent887b2572f5cd95a5a2c006b890cad9f6ed2db5bd (diff)
downloadtangerine-wallet-browser-87cf0ced1344e9db55f9bb9e1b4c050ec8fd7d88.tar.gz
tangerine-wallet-browser-87cf0ced1344e9db55f9bb9e1b4c050ec8fd7d88.tar.zst
tangerine-wallet-browser-87cf0ced1344e9db55f9bb9e1b4c050ec8fd7d88.zip
Fix confirm token transaction amount display (#7081)
The token amount displayed when confirming a token transaction was wrongly being converted to a string in the container. As a result, the conversion into the user's preferred currency would fail. A default value of '0' was added for the token amount as well, to prevent `undefined` from being rendered as the value. Really the value should never be undefined, but it was rather difficult to handle that case without a deeper investigation into how it might occur. The 0 default is consistent with existing rendering logic.
Diffstat (limited to 'ui/app/pages/send/account-list-item')
0 files changed, 0 insertions, 0 deletions