Fix endless loading screen in zwave-js config (#12295)

This commit is contained in:
Kuba Wolanin 2022-04-11 16:56:03 +02:00 committed by GitHub
parent e751abd775
commit 9c1494c74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(