aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-08-10 08:40:01 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-08-10 08:40:01 +0800
commit45fc1d6ec356232e51fe4a9cc1f01929e35e8014 (patch)
treee62ed47fb114c5dac04af9aa1cbb6b6cbeeff495 /ui/app/app.js
parent1071a35f7be1f231542e5b784cafd47720839d14 (diff)
downloadtangerine-wallet-browser-45fc1d6ec356232e51fe4a9cc1f01929e35e8014.tar.gz
tangerine-wallet-browser-45fc1d6ec356232e51fe4a9cc1f01929e35e8014.tar.zst
tangerine-wallet-browser-45fc1d6ec356232e51fe4a9cc1f01929e35e8014.zip
Readd loose label onto accounts.
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 4565bdd37..2186c85a2 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -42,6 +42,7 @@ function mapStateToProps (state) {
identities,
accounts,
address,
+ keyrings,
} = state.metamask
const selected = address || Object.keys(accounts)[0]
@@ -69,6 +70,7 @@ function mapStateToProps (state) {
// state needed to get account dropdown temporarily rendering from app bar
identities,
selected,
+ keyrings,
}
}
@@ -187,6 +189,7 @@ App.prototype.renderAppBar = function () {
identities: this.props.identities,
selected: this.props.selected,
network: this.props.network,
+ keyrings: this.props.keyrings,
}, []),
// hamburger