Compare commits

..

No commits in common. "dde953fa08b5ad4a06b55075ba9c63f022367f67" and "72b7a19b69e8b2ef75338b36f2268841a087a28a" have entirely different histories.

View File

@ -43,7 +43,6 @@ const AttendancePage = () => {
description: "",
date: new Date().toLocaleDateString(),
});
const handler = useCallback(
(msg) => {
if (selectedProject == msg.projectId) {
@ -59,7 +58,7 @@ const AttendancePage = () => {
setAttendances(updatedAttendance);
}
},
[selectedProject, attrecall]
[selectedProject,attendances]
);
const getRole = (roleId) => {