Skip to content

Commit

Permalink
reviews now all redirect to profile page
Browse files Browse the repository at this point in the history
  • Loading branch information
qiandrewj committed Sep 26, 2024
1 parent 38ef646 commit 4361073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/Course/Components/Course.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const Course = () => {
Session.setPersistent({ review_num: selectedClass?.classNum })
Session.setPersistent({ courseId: selectedClass?._id })

signIn('course')
signIn('profile')
}

/**
Expand Down

0 comments on commit 4361073

Please sign in to comment.