From 8be25f2020f10913132f06ddbab294c96f175de0 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Tue, 11 Dec 2018 19:03:33 +0100 Subject: [PATCH] Update src/panels/lovelace/hui-root.ts Co-Authored-By: balloob --- src/panels/lovelace/hui-root.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/hui-root.ts b/src/panels/lovelace/hui-root.ts index 133564f067..3db28da469 100644 --- a/src/panels/lovelace/hui-root.ts +++ b/src/panels/lovelace/hui-root.ts @@ -331,7 +331,7 @@ class HUIRoot extends hassLocalizeLitMixin(LitElement) { `; } - protected updated(changedProperties: PropertyValues) { + protected updated(changedProperties: PropertyValues): void { super.updated(changedProperties); const view = this._view;