diff --git a/frontend/src/components/CourseList.tsx b/frontend/src/components/CourseList.tsx index 55a38f1..eebbaf4 100644 --- a/frontend/src/components/CourseList.tsx +++ b/frontend/src/components/CourseList.tsx @@ -27,7 +27,7 @@ const CourseList = ({ courseIDs, children }: Props) => { return (
-
{courseIDs.length} Saved Courses
+
{courseIDs.length} Saved Courses
{results.length > 0 ? (
{/* We found less courses than what we search for, so put a Loading indicator */}