Skip to content

Commit

Permalink
Remove unused title
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Dec 17, 2024
1 parent 6a04515 commit 7d38541
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/src/asciidoc/TableOfContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,10 @@ export const DesktopOutline = ({
export const SmallScreenOutline = ({
toc,
activeItem,
title,
className,
}: {
toc: DocumentSection[]
activeItem: string
title: string
className?: string
}) => {
const [value, setValue] = useState('')
Expand Down

0 comments on commit 7d38541

Please sign in to comment.