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
Whymarrh Whitby d131014b5e
Fix Connected Sites data selector (#8310)
This change replaces `getRenderablePermissionsDomains` with a new selector `getConnectedDomainsForSelectedAddress` that works better. The data returned from this selector is used to populated the _Connected Sites_ modal, which (as of #8262) didn't use most of the data returned from the old selector.

The old selector only looked at the first address that was exposed, making it not work for anything other than the first account connected to a particular origin.
2020-04-08 20:38:48 -02:30
..
tests Fix Connected Sites data selector (#8310) 2020-04-08 20:38:48 -02:30
confirm-transaction.js
custom-gas.js
custom-gas.test.js
permissions.js
selectors.js Fix Connected Sites data selector (#8310) 2020-04-08 20:38:48 -02:30
tokens.js
transactions.js