mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 02:06:42 +00:00
Fix endless loading screen in zwave-js config (#12295)
This commit is contained in:
parent
e751abd775
commit
9c1494c74d
@ -179,7 +179,7 @@ class ZWaveJSNodeConfig extends SubscribeMixin(LitElement) {
|
|||||||
</em>
|
</em>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
${this._nodeMetadata.comments.length > 0
|
${this._nodeMetadata.comments?.length > 0
|
||||||
? html`
|
? html`
|
||||||
<div>
|
<div>
|
||||||
${this._nodeMetadata.comments.map(
|
${this._nodeMetadata.comments.map(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user