chore: lint and format repo

This commit is contained in:
doprz
2024-03-03 15:38:27 -06:00
parent 7718d76be9
commit e44223084a
6 changed files with 61 additions and 46 deletions

View File

@@ -151,7 +151,7 @@ function AccountForCourseConflicts({ courseCells, setCourse }: AccountForCourseC
// Part of TODO: block.course is definitely a course object
// console.log(courseCells);
return courseCells.map((block, i) => {
const { courseDeptAndInstr, timeAndLocation, status, colors } = courseCells[i].componentProps;
@@ -175,7 +175,7 @@ function AccountForCourseConflicts({ courseCells, setCourse }: AccountForCourseC
onClick={() => setCourse(block.course)}
/>
</div>
)
);
});
}