Skip to content

Commit 8bfff5d

Browse files
authored
refactor(combobox-item): drop unused variable (#7587)
**Related Issue:** N/A ## Summary Dropping lingering, unused variable.
1 parent ec08845 commit 8bfff5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/calcite-components/src/components/combobox-item/combobox-item.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ export class ComboboxItem implements ConditionalSlotComponent, InteractiveCompon
109109

110110
@Element() el: HTMLCalciteComboboxItemElement;
111111

112-
isNested: boolean;
113-
114112
// --------------------------------------------------------------------------
115113
//
116114
// Lifecycle

0 commit comments

Comments
 (0)