Skip to content

Commit 4a52726

Browse files
author
Dennis Labordus
committed
Small fix displaying description.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 8b4bfe9 commit 4a52726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/CompasAutoAlignment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default class CompasAutoAlignmentElement extends LitElement {
6565
html`
6666
<mwc-check-list-item left value="${substation.getAttribute('name')}">
6767
${substation.getAttribute('name')}
68-
${substation.hasAttribute('desc') ? html `(${substation.getAttribute('desc')})`: html ``}
68+
${substation.getAttribute('desc') ? html `(${substation.getAttribute('desc')})`: html ``}
6969
</mwc-check-list-item>
7070
`
7171
)}

0 commit comments

Comments
 (0)