Skip to content

Commit

Permalink
render op jaartal bij gearchiveerde vakken
Browse files Browse the repository at this point in the history
  • Loading branch information
sPAICEcake committed May 21, 2024
1 parent 85ad233 commit 4a48b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/frontend/src/pages/mainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export default function MainPage() {
archivedCourses={courses
.filter(
(course) =>
course.gearchiveerd
course.gearchiveerd && course.jaartal === selectedYear
)
.sort((a: Course, b: Course) => {
if (
Expand Down

0 comments on commit 4a48b60

Please sign in to comment.