Update src/panels/lovelace/hui-root.ts

Co-Authored-By: balloob <paulus@home-assistant.io>
This commit is contained in:
Ian Richardson 2018-12-11 19:03:33 +01:00 committed by GitHub
parent 0a8f853a8e
commit 8be25f2020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,7 +331,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) {
`; `;
} }
protected updated(changedProperties: PropertyValues) { protected updated(changedProperties: PropertyValues): void {
super.updated(changedProperties); super.updated(changedProperties);
const view = this._view; const view = this._view;