Skip to content

Commit

Permalink
Fix declaration emits for wrong JSDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 30, 2024
1 parent e095874 commit 8a60382
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ const RenderListItems = ({ items, data }) => {
});
};

/**
* View toc block class.
* @class View
* @extends Component
*/
const View = ({ data, tocEntries }) => {
return (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ const RenderMenuItems = ({ items }) => {
});
};

/**
* View toc block class.
* @class View
* @extends Component
*/
const View = ({ data, tocEntries }) => {
const [isDropdownOpen, setIsDropdownOpen] = useState(false);
// When the page is resized to prevent items from the TOC from going out of the viewport,
Expand Down

0 comments on commit 8a60382

Please sign in to comment.