Skip to content

Commit

Permalink
Update CourseSearchList.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmgperson committed Nov 19, 2023
1 parent 760bf01 commit f4fe65c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frontend/src/components/CourseSearchList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ const CoursePage = () => {
return pageCourses;
}

return filteredCourses.length > 0
? [...exactResultsCourses, ...filteredCourses]
: exactResultsCourses;
} else {
return pageCourses;
}
Expand Down

0 comments on commit f4fe65c

Please sign in to comment.