1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/app/helpers
Mark Stacey 4b59d6099a
Fix token list when balance is zero (#8250)
The token list would be stuck on "Loading" when there was at least one
token, but the balance of all tokens was zero. This bug was only
present on `develop`, and has not affected any published version of the
extension.

This was introduced in #8223, which removed what at the time seemed to
be an unnecessary update step. It turns out that the step was required
as a workaround to this bug with the token tracker.

The bug was fixed in https://github.com/MetaMask/eth-token-tracker/pull/33
and published in v2.0.0 of `@metamask/eth-token-tracker`.
2020-03-30 15:37:51 -03:00
..
constants Change permissions connect screen to use browser routing (#8072) 2020-02-27 11:20:05 -04:00
higher-order-components Fix token list when balance is zero (#8250) 2020-03-30 15:37:51 -03:00
utils Fix method registry initialization (#8200) 2020-03-17 11:14:27 -03:00