1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/app/selectors
Mark Stacey 2dbb151e0b
Fix account order on unconnected account alert (#8863)
The account list on the unconnected account alert was in the wrong
order; they were in the order provided by the permissions controller
rather than by last active.

The accounts are now sorted correctly; first by last active, second by
the keyring controller order.

The `getPermittedIdentitiesForCurrentTab` selector was removed because
it is no longer used.
2020-06-25 21:05:42 -03:00
..
tests
confirm-transaction.js
custom-gas.js
first-time-flow.js
index.js
permissions.js Fix account order on unconnected account alert (#8863) 2020-06-25 21:05:42 -03:00
selectors.js delete targetDomainMetadata selector 2020-06-16 11:34:08 -07:00
send.js
transactions.js