1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Mark Stacey 87cf0ced13
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.
2019-08-31 13:26:49 -03:00
..
components Right align "Total" line items in tx detail view (#7050) 2019-08-21 17:46:18 -02:30
css New notification fixes (#6955) 2019-08-02 18:01:26 -02:30
ducks Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
helpers Fetch & display received transactions (#6996) 2019-08-16 16:24:10 -02:30
pages Fix confirm token transaction amount display (#7081) 2019-08-31 13:26:49 -03:00
selectors Remove blockscale, replace with ethgasstation 2019-08-22 07:04:52 -07:00
store Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30