mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Do not "load" forever if null is returned for release notes (#19478)
This commit is contained in:
parent
646c02d855
commit
319cf64977
@ -99,7 +99,7 @@ class MoreInfoUpdate extends LitElement {
|
||||
: ""}
|
||||
${supportsFeature(this.stateObj!, UpdateEntityFeature.RELEASE_NOTES) &&
|
||||
!this._error
|
||||
? !this._releaseNotes
|
||||
? this._releaseNotes === undefined
|
||||
? html`<div class="flex center">
|
||||
<ha-circular-progress indeterminate></ha-circular-progress>
|
||||
</div>`
|
||||
|
Loading…
x
Reference in New Issue
Block a user