drag and drop quiz also updated lock time

This commit is contained in:
2024-08-30 13:28:42 -06:00
parent 778a8fa3f5
commit baa69348a3
2 changed files with 18 additions and 4 deletions

View File

@@ -8,7 +8,6 @@ export default function Day({ day, month }: { day: Date; month: number }) {
const { data: moduleNames } = useModuleNamesQuery(courseName);
const isInSameMonth = day.getMonth() + 1 != month;
const backgroundClass = isInSameMonth ? "" : "bg-slate-900";
console.log("render");
return (
<>