We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ec758 commit 9d491f4Copy full SHA for 9d491f4
frontend/src/pages/admin/AdminStudentAttendance.jsx
@@ -65,7 +65,7 @@ const AdminStudentAttendance = () => {
65
const processWeeklyAttendance = (rawData) => {
66
const startDate = new Date("2025-06-24");
67
const offsetDays = [0, 2, 4];
68
-
+ const weekMap = new Map();
69
70
const getWeekFromDate = (dateStr) => {
71
const d = new Date(dateStr);
0 commit comments