Skip to content

Commit

Permalink
refactor(core/tree): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuke-ellington committed Aug 13, 2024
1 parent 10abbf4 commit b4cd6be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/src/components/tree-item/tree-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ export class TreeItem {
this.itemClick.emit();
}}
>
<div class="tree-node-text">
{this.text}
</div>
<div class="tree-node-text">{this.text}</div>
<slot></slot>
</div>
</Host>
Expand Down

0 comments on commit b4cd6be

Please sign in to comment.