Skip to content

Commit

Permalink
fix: missed decoded class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
anfbermudezme committed Jun 28, 2024
1 parent c3b49cb commit 535fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/Classes/Class/ClassPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ClassPage = () => {
if (institution.id) {
const params = {
course_name: courseId,
class_name: classId,
class_name: decodeURIComponent(classId),
limit: true,
};

Expand Down

0 comments on commit 535fa8f

Please sign in to comment.