Add notes for @Zanibar, with props.isUnlocked and currentView.name logs

feature/default_network_editable
sdtsui 7 years ago
parent d6779115cd
commit 0e631f6ac0
  1. 4
      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) {

Loading…
Cancel
Save