Skip to content

Commit

Permalink
fix(KUI-1378): the issue for the getPlannedModule is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhossein-haerian committed Aug 30, 2024
1 parent 8452a07 commit ef2f3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/app/hooks/usePlannedModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const usePlannedModules = ({ courseCode, selectedSemester, applicationCod
() => ({
basePath,
courseCode,
selectedSemester,
semester: selectedSemester,
applicationCode,
}),
[basePath, courseCode, selectedSemester, applicationCode]
Expand Down

0 comments on commit ef2f3de

Please sign in to comment.