Skip to content

Commit

Permalink
fix: make the handle close navbar property optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kemuru committed Nov 29, 2024
1 parent f0d9998 commit b688da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/layout/Header/navbar/Explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const links = [
];

interface IExplore {
handleCloseNavbar: () => void;
handleCloseNavbar?: () => void;
}

const Explore: React.FC<IExplore> = ({ handleCloseNavbar }) => {
Expand Down

0 comments on commit b688da1

Please sign in to comment.