From 092607bf6ecd683edabb8379770235a661886d38 Mon Sep 17 00:00:00 2001 From: qkrxogmla Date: Thu, 29 May 2025 17:35:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=9C=EC=84=9D=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/generation/Attendance.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/generation/Attendance.jsx b/frontend/src/pages/generation/Attendance.jsx index a81d189..54a530a 100644 --- a/frontend/src/pages/generation/Attendance.jsx +++ b/frontend/src/pages/generation/Attendance.jsx @@ -164,7 +164,7 @@ const Attendance = () => { } ); - if (res.data.success) { + if (res.success) { alert("출석이 성공적으로 처리되었습니다!"); fetchAttendance(); // 서버 출석체크 전달 후 UI 반영 fetchTodayAttendance(); // 세션별 상단 이미지 UI 반영