Skip to content

Commit

Permalink
Merge pull request #491 from Aar-if/ninety
Browse files Browse the repository at this point in the history
Issue #000 Bug:  Course Planner Fixes and improvements
  • Loading branch information
itsvick authored Dec 3, 2024
2 parents 7d48a99 + 9f43384 commit 655b677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/course-planner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ const CoursePlanner = () => {

const redirectTODetailsPage = (item: any) => {
if (tStore.type) {
setTaxonomySubject(item.name);
setTaxonomySubject(item);
router.push({
pathname: `/course-planner/center/${selectedValue}`,
});
Expand Down

0 comments on commit 655b677

Please sign in to comment.