1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/ui/app/pages
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
..
add-token
confirm-add-suggested-token Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
confirm-add-token Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
confirm-approve
confirm-deploy-contract
confirm-send-ether
confirm-send-token
confirm-token-transaction-base Fix confirm token transaction amount display (#7081) 2019-08-31 13:26:49 -03:00
confirm-transaction Fix undefined tx id error (#7053) 2019-08-26 09:04:48 -03:00
confirm-transaction-base Show recipient alias in confirm header if exists (#6944) 2019-08-08 16:15:30 -02:30
confirm-transaction-switch 4byte fallback (#6551) 2019-06-18 09:47:14 -02:30
create-account Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
first-time-flow Using translated string for end of flow messaging (#7021) 2019-08-15 15:43:08 -03:00
home Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30
keychains Fix seed phrase import back button (#6758) 2019-06-27 12:26:25 -03:00
lock
mobile-sync Update mobile sync (#6967) 2019-08-06 15:33:41 -04:00
provider-approval
routes Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
send Get and set average gas price button estimation as default 2019-08-26 10:30:39 -07:00
settings Add breadcrumb spacing on Contacts page (#7087) 2019-08-31 13:01:53 -03:00
unlock-page
index.js
index.scss Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30