mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +00:00
Guard against non OS installation (#12427)
This commit is contained in:
parent
145e5d7bc6
commit
95d494a54c
@ -67,7 +67,7 @@ class HaConfigInfo extends LitElement {
|
||||
Home Assistant Supervisor ${this._hassioInfo.supervisor}
|
||||
</h2>`
|
||||
: ""}
|
||||
${this._osInfo
|
||||
${this._osInfo?.version
|
||||
? html`<h2>Home Assistant OS ${this._osInfo.version}</h2>`
|
||||
: ""}
|
||||
${this._hostInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user