1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 22:24:27 +01:00
metamask-extension/ui/app/helpers/higher-order-components/with-token-tracker
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
..
tests Fix token list when balance is zero (#8250) 2020-03-30 15:37:51 -03:00
index.js Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
with-token-tracker.component.js Fix token list when balance is zero (#8250) 2020-03-30 15:37:51 -03:00