Closed cameron5906 closed 2 months ago
When a user goes to the courses page and they don't have any courses, the CourseList component fails to render because it's trying to perform map on the array.
CourseList
map
Overview
When a user goes to the courses page and they don't have any courses, the
CourseList
component fails to render because it's trying to performmap
on the array.Objectives