1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00
metamask-extension/ui/components
Mark Stacey 3044aa0ebe
Fix account selectors when balances are missing (#20385)
* Fix account selectors when balances are missing

Some of the account selectors we use would return an empty set of
accounts if the `AccountTracker` state was missing. This resulted in UI
crashes when trying to access the current selected account.

The selectors have been updated to use the `identities` as the source-
of-truth for the full set of accounts. This ensures that even if the
balances are missing, each account will at least be represented by an
empty object.

* Fix unit test

* Fix another unit test

* Fix another unit test

* Fix another unit test

* Fix more unit tests

---------

Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
2023-08-26 00:28:24 -02:30
..
app Fix account selectors when balances are missing (#20385) 2023-08-26 00:28:24 -02:30
component-library fix/TagUrl to TS (#20519) 2023-08-18 17:59:02 -07:00
institutional Fix account selectors when balances are missing (#20385) 2023-08-26 00:28:24 -02:30
multichain Multichain v1 App Footer component (#20550) 2023-08-25 12:28:15 -04:00
ui feat(878): implement network txn toggle and new style (#20363) 2023-08-24 11:27:42 +01:00