diff --git a/src/components/tree-item/tree-item.ts b/src/components/tree-item/tree-item.ts index 4b26c99e4..2acec1320 100644 --- a/src/components/tree-item/tree-item.ts +++ b/src/components/tree-item/tree-item.ts @@ -263,12 +263,11 @@ export default class SlTreeItem extends ShoelaceElement { ?disabled="${this.disabled}" ?checked="${live(this.selected)}" ?indeterminate="${this.indeterminate}" - > - - - `, - () => html` ` + > + ` )} + +