Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityDarkLab committed Jan 27, 2024
1 parent 3a08b2c commit fb97ea8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ class PinnedCoursesState extends ConsumerState<PinnedCourses> {
onClick: filterCoursesBySemester,
),
pinnedCourseCards: userPinned.map((course) {
final isPinned =
userPinned.any((pinnedCourse) => pinnedCourse.id == course.id);
//final isPinned =
// userPinned.any((pinnedCourse) => pinnedCourse.id == course.id);
return CourseCard(
live: liveCourses.contains(course),
isCourse: true,
Expand Down

0 comments on commit fb97ea8

Please sign in to comment.