Skip to content

Commit

Permalink
세션 시간표 임시로 비활성화
Browse files Browse the repository at this point in the history
  • Loading branch information
MU-Software committed Sep 20, 2024
1 parent 17b12a0 commit bffeb98
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/Nav/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ const Menus: MenuType = {
setOpenMenu(false)
}
},
{
name: "세션 시간표",
onClick: ({ setOpenMenu, navigate }) => {
navigate?.("/session/timetable")
setOpenMenu(false)
}
},
// {
// name: "세션 시간표",
// onClick: ({ setOpenMenu, navigate }) => {
// navigate?.("/session/timetable")
// setOpenMenu(false)
// }
// },
],
},
sponsoring: {
Expand Down

0 comments on commit bffeb98

Please sign in to comment.