Skip to content

Commit b688da1

Browse files
committed
fix: make the handle close navbar property optional
1 parent f0d9998 commit b688da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/layout/Header/navbar/Explore.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const links = [
5858
];
5959

6060
interface IExplore {
61-
handleCloseNavbar: () => void;
61+
handleCloseNavbar?: () => void;
6262
}
6363

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

0 commit comments

Comments
 (0)