1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

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

This commit is contained in:
sdtsui 2017-08-03 00:22:41 -07:00
parent d6779115cd
commit 0e631f6ac0

View File

@ -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) {