1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
Whymarrh Whitby 665ac860e5 Remove selectedIdentity prop from wallet view
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.
2018-06-05 12:25:06 -07:00
..
accounts/new-account
components Remove selectedIdentity prop from wallet view 2018-06-05 12:25:06 -07:00
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