Skip to content

Commit 2264744

Browse files
committed
chore: add comments
1 parent 5344a36 commit 2264744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dropdown/CDropdownToggle.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const CDropdownToggle: FC<CDropdownToggleProps> = ({
6262
...triggers,
6363
}
6464

65-
// TODO: find solution
65+
// We use any because Toggler can be `a` as well as `button`.
6666
// eslint-disable-next-line @typescript-eslint/no-explicit-any
6767
const Toggler = (ref?: React.Ref<any>) => {
6868
return variant === 'nav-item' ? (

0 commit comments

Comments
 (0)