Skip to content

Commit e6462e9

Browse files
committed
chore: merge conflicts & lint
1 parent 2b40824 commit e6462e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/kit-headless/src/components/checkbox/checkbox.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ export type ChecklistTwoStateCheckboxProps = {
3434
} & PropsOf<'div'>;
3535
export const CheckboxRoot = component$<MixedStateCheckboxProps>((props) => {
3636
// this is done to avoid consumers dealing with two types checkboxes, could go in different files
37-
if (props._useCheckListContext && !props.checklist) {
38-
}
3937
if (props.checklist) {
4038
return (
4139
<MixedStateCheckbox {...props}>

0 commit comments

Comments
 (0)