Skip to content

Commit

Permalink
fix: 빌드에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene028 committed Dec 3, 2023
1 parent 798991f commit f6d41d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/academy/AcademyDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const AcademyDashboard = () => {
setDashboardId(data.dashboardId)
}
}}
onClick={(e) => {
onClick={() => {
navigate(`/academies/${data.dashboardId}`, {
state: data.dashboardId
})
Expand Down

0 comments on commit f6d41d7

Please sign in to comment.