mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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) &&
|
${supportsFeature(this.stateObj!, UpdateEntityFeature.RELEASE_NOTES) &&
|
||||||
!this._error
|
!this._error
|
||||||
? !this._releaseNotes
|
? this._releaseNotes === undefined
|
||||||
? html`<div class="flex center">
|
? html`<div class="flex center">
|
||||||
<ha-circular-progress indeterminate></ha-circular-progress>
|
<ha-circular-progress indeterminate></ha-circular-progress>
|
||||||
</div>`
|
</div>`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user