Skip to content

Commit 79b4b5f

Browse files
committed
style: quick consistency fix
1 parent ebe2ff9 commit 79b4b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-headless/src/components/select/select-label.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { component$, QwikIntrinsicElements, Slot } from '@builder.io/qwik';
22

33
export type SelectLabelProps = QwikIntrinsicElements['label'];
44

5-
export const SelectLabel = component$(({ ...props }: SelectLabelProps) => {
5+
export const SelectLabel = component$((props: SelectLabelProps) => {
66
return (
77
<label {...props}>
88
<Slot />

0 commit comments

Comments
 (0)