Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
chore: add missing passthrough value
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Jan 25, 2024
1 parent 1d2a647 commit 0fef4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Menu/Category.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const MenuCategory = ({
{isDropdown === "link" ? (
<Link
href={url || ""}
passthrough={!!onClick}
onClick={toggleOpened}
onMouseEnter={open}
className={cn(styles.link, opened ? styles.active : "")}
Expand Down

0 comments on commit 0fef4af

Please sign in to comment.