Skip to content

Commit

Permalink
fix : 출결 에러
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed May 1, 2024
1 parent e2212da commit 6b0f11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/attendanceCheck/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const attendanceCheck = () => {
}
});
Check();
}, [selectedGrade, selectedClass, selectClassTime]);
}, [selectedGrade, selectedClass]);

return (
<BackGround
Expand Down

0 comments on commit 6b0f11e

Please sign in to comment.