Skip to content

Commit ac5e973

Browse files
committed
fix: I have read the CLA Document and I hereby sign the CLA
1 parent 8db8c88 commit ac5e973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ type InlineCompProps = {
1111
};
1212

1313
/*
14-
This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
15-
for more information.
14+
This is an inline component. An example use case of an inline component to get the proper indexes with CSR. See issue #4757
15+
for more information.
1616
*/
1717
export const HSelectRoot: Component<SelectProps & InlineCompProps> = (
1818
props: SelectProps & InlineCompProps,

0 commit comments

Comments
 (0)