From b966601e6a373cc65b90159b45c92ac7043b56c9 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:50:14 -0700 Subject: [PATCH] Hide beta toggle when unsupervised (#20573) --- src/panels/config/core/ha-config-section-updates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/panels/config/core/ha-config-section-updates.ts b/src/panels/config/core/ha-config-section-updates.ts index 6493cd1456..cdf7d896fa 100644 --- a/src/panels/config/core/ha-config-section-updates.ts +++ b/src/panels/config/core/ha-config-section-updates.ts @@ -82,11 +82,11 @@ class HaConfigSectionUpdates extends LitElement { > ${this.hass.localize("ui.panel.config.updates.show_skipped")} - ${this._supervisorInfo?.channel !== "dev" + ${this._supervisorInfo && this._supervisorInfo.channel !== "dev" ? html`