Skip to content

Commit 3422cd0

Browse files
committed
attendance 마지막 수정
1 parent c10fb28 commit 3422cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/generation/Attendance.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Attendance = () => {
4545

4646
// 날짜 기반 주차 계산 (0시 기준 초기화로 오차 제거)
4747
const getWeekFromDate = (dateStr) => {
48-
const startDate = new Date("2025-12-21"); // 세션 시작일
48+
const startDate = new Date("2025-12-23"); // 세션 시작일
4949
startDate.setHours(0, 0, 0, 0);
5050

5151
const currentDate = new Date(dateStr);

0 commit comments

Comments
 (0)