diff --git a/src/components/hacs-section-navigation.ts b/src/components/hacs-section-navigation.ts index fc6079e3..7474bbfd 100644 --- a/src/components/hacs-section-navigation.ts +++ b/src/components/hacs-section-navigation.ts @@ -24,6 +24,7 @@ class HacsSectionNavigation extends LitElement { @property({ type: Boolean, attribute: "no-next" }) public noNext: boolean = false; protected render(): TemplateResult { + console.log(this.pages); return html` ${this.header ? html`
${this.header}
` : ""} @@ -33,7 +34,9 @@ class HacsSectionNavigation extends LitElement { { - this._openDialog(page); + page.name === "Unexpected frontend version" + ? this._clearCache() + : this._openDialog(page); }} >