cleaned up the comments
This commit is contained in:
parent
61189ac11a
commit
976dd35810
1 changed files with 1 additions and 1 deletions
|
@ -288,8 +288,8 @@ const Logic = {
|
|||
this._previousPanel = this._currentPanel;
|
||||
this._currentPanel = panel;
|
||||
|
||||
// Note: this may not be the best approach to this, may want to refactor it
|
||||
this._currentIdentity = currentIdentity;
|
||||
|
||||
// Initialize the panel before showing it.
|
||||
await this._panels[panel].prepare();
|
||||
Object.keys(this._panels).forEach((panelKey) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue