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:
parent
d6779115cd
commit
0e631f6ac0
@ -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…
Reference in New Issue
Block a user