We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4bfe9 commit 4a52726Copy full SHA for 4a52726
src/compas/CompasAutoAlignment.ts
@@ -65,7 +65,7 @@ export default class CompasAutoAlignmentElement extends LitElement {
65
html`
66
<mwc-check-list-item left value="${substation.getAttribute('name')}">
67
${substation.getAttribute('name')}
68
- ${substation.hasAttribute('desc') ? html `(${substation.getAttribute('desc')})`: html ``}
+ ${substation.getAttribute('desc') ? html `(${substation.getAttribute('desc')})`: html ``}
69
</mwc-check-list-item>
70
`
71
)}
0 commit comments