Skip to content

Commit

Permalink
chore: clear linting warning (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Dec 11, 2024
1 parent 41af8ba commit 781f044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocSidebarItem/Link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function DocSidebarItemLink({
onItemClick,
activePath,
level,
index,
index, // eslint-disable-line @typescript-eslint/no-unused-vars
...props
}: Props): JSX.Element {
const { href, label, className, autoAddBaseUrl, customProps } = item;
Expand Down

0 comments on commit 781f044

Please sign in to comment.