diff options
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/app.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index 4a6e7491c..2214809e2 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -464,6 +464,10 @@ App.prototype.renderPrimary = function () { }) } + // Note for @Zanibar - isUnlocked stays true. + // console.log("props.isUnlocked", props.isUnlocked) + // console.log("props.isUnlocked", props.currentView.name) + // show current view switch (props.currentView.name) { |