Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 13, 2024
1 parent 958d6ec commit 030cf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login/studentForms/Class.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Class: FC<ClassProps> = () => {
})
.unwrap()
.then(() => {
navigate(paths.student.dashboard.dependent._)
navigate(paths.student.dashboard._)
})
.catch(() => {
navigate(".", {
Expand Down

0 comments on commit 030cf2d

Please sign in to comment.