mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 15:18:32 -06:00
day of linting judgement
This commit is contained in:
@@ -34,11 +34,11 @@ function getTermName(startDate: string) {
|
||||
}
|
||||
|
||||
export default function CourseList() {
|
||||
const [allSettings] = useLocalCoursesSettingsQuery();
|
||||
const { data: allSettings } = useLocalCoursesSettingsQuery();
|
||||
|
||||
const coursesByStartDate = groupByStartDate(allSettings);
|
||||
|
||||
const sortedDates = Object.keys(coursesByStartDate).sort()
|
||||
const sortedDates = Object.keys(coursesByStartDate).sort();
|
||||
|
||||
return (
|
||||
<div className="flex flex-row ">
|
||||
|
||||
Reference in New Issue
Block a user