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>
</p>
</div>
${this._nodeMetadata.comments.length > 0
${this._nodeMetadata.comments?.length > 0
? html`
<div>
${this._nodeMetadata.comments.map(