diff --git a/src/app/components/vertical-icons.js b/src/app/components/vertical-icons.js index d27e8c2f79..14700327a5 100644 --- a/src/app/components/vertical-icons.js +++ b/src/app/components/vertical-icons.js @@ -200,8 +200,8 @@ export class VerticalIcons { this.events.emit('showContent', name) } - updateActivations(name) { - if (name === "home") { + updateActivations (name) { + if (name === 'home') { this.activateHome() } else { this.removeActive() @@ -223,7 +223,7 @@ export class VerticalIcons { this.events.emit('toggleContent', name) } - activateHome() { + activateHome () { globalRegistry.get('appmanager').api.ensureActivated('home') }