aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2017-08-12 00:50:05 +0800
committerGitHub <noreply@github.com>2017-08-12 00:50:05 +0800
commit3b1ac178ef5e085bfa40706c5e628204bcc0c17b (patch)
tree724d3872e9163d1ac7c22c443bfa43e6268960bb /ui/app/app.js
parent4b7fa27ad0e49deac076910f1579999415267575 (diff)
parent9ec86636050c6d642ff5fa9bf3413d17ccba1a24 (diff)
downloadtangerine-wallet-browser-3b1ac178ef5e085bfa40706c5e628204bcc0c17b.tar.gz
tangerine-wallet-browser-3b1ac178ef5e085bfa40706c5e628204bcc0c17b.tar.zst
tangerine-wallet-browser-3b1ac178ef5e085bfa40706c5e628204bcc0c17b.zip
Merge pull request #1899 from sdtsui/fix/acct-name-lengths
Fix account name overflow issues
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 4565bdd37..1f3d5b0f8 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -185,7 +185,7 @@ App.prototype.renderAppBar = function () {
style: {},
enableAccountsSelector: true,
identities: this.props.identities,
- selected: this.props.selected,
+ selected: this.props.currentView.context,
network: this.props.network,
}, []),