mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
3044aa0ebe
* 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> |
||
---|---|---|
.. | ||
confirm-remove-jwt-modal | ||
custody-confirm-link-modal | ||
custody-labels | ||
interactive-replacement-token-modal | ||
interactive-replacement-token-notification | ||
jwt-dropdown | ||
jwt-url-form | ||
note-to-trader | ||
transaction-failed-modal | ||
wrong-network-notification | ||
institutional-components.scss |