Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Jan 4, 2024
1 parent acba123 commit ebde63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ type MenuItemProps = (ResponsiveProps | UnresponsiveProps) &
contentFit?: ImageContentFit;

/** Is this in the Pane */
isPaneMenu: false;
isPaneMenu?: false;
};

function MenuItem(
Expand Down

0 comments on commit ebde63f

Please sign in to comment.