mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26: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>
|
||||
</p>
|
||||
</div>
|
||||
${this._nodeMetadata.comments.length > 0
|
||||
${this._nodeMetadata.comments?.length > 0
|
||||
? html`
|
||||
<div>
|
||||
${this._nodeMetadata.comments.map(
|
||||
|
Loading…
x
Reference in New Issue
Block a user