mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
665ac860e5
The selectedIdentity property is computed based on the selectedAddress which means that using both the selectedAddress and the selectedIdentity is redundant. In the case of the Array#find call on the set of keyrings, we wouldn't have a situation where one is included and the other isn't. This changeset removes the selectedIdentity from the wallet view because it isn't needed. |
||
---|---|---|
.. | ||
accounts/new-account | ||
components | ||
css | ||
first-time | ||
helpers | ||
img | ||
keychains/hd | ||
reducers | ||
account-and-transaction-details.js | ||
actions.js | ||
app.js | ||
conf-tx.js | ||
conversion-util.js | ||
i18n-provider.js | ||
infura-conversion.json | ||
main-container.js | ||
metamask-connect.js | ||
new-keychain.js | ||
reducers.js | ||
root.js | ||
routes.js | ||
select-app.js | ||
selectors.js | ||
send-v2.js | ||
store.js | ||
token-util.js | ||
util.js | ||
welcome-screen.js |