1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/helpers/higher-order-components
Mark Stacey 4b59d6099a
Fix token list when balance is zero ()
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 , 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
..
authenticated Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
initialized Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
metametrics Remove recompose () 2020-02-24 19:28:26 -03:30
with-method-data Migrate codebase to use ESM () 2020-01-09 00:04:58 -03:30
with-modal-props Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
with-token-tracker Fix token list when balance is zero () 2020-03-30 15:37:51 -03:00