aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-10-21 02:00:38 +0800
committerDan Finlay <dan@danfinlay.com>2016-10-21 02:00:38 +0800
commite5c95d68f80eba3e3d4645f7ac1f6606d0dddd52 (patch)
treec2ad537bdd0c1b661ad390bcf67f0f970ae5975f /ui/app/app.js
parent2132477797660a87fec20dbc0a3f839895b23309 (diff)
downloadtangerine-wallet-browser-e5c95d68f80eba3e3d4645f7ac1f6606d0dddd52.tar.gz
tangerine-wallet-browser-e5c95d68f80eba3e3d4645f7ac1f6606d0dddd52.tar.zst
tangerine-wallet-browser-e5c95d68f80eba3e3d4645f7ac1f6606d0dddd52.zip
Fix state updating after vault creation and unlocking
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 7392e275d..cbe02b683 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -402,6 +402,7 @@ App.prototype.renderPrimary = function () {
// show initialize screen
if (!props.isInitialized || props.forgottenPassword) {
+
// show current view
switch (props.currentView.name) {