Compare commits
No commits in common. "dde953fa08b5ad4a06b55075ba9c63f022367f67" and "72b7a19b69e8b2ef75338b36f2268841a087a28a" have entirely different histories.
dde953fa08
...
72b7a19b69
@ -43,7 +43,6 @@ const AttendancePage = () => {
|
|||||||
description: "",
|
description: "",
|
||||||
date: new Date().toLocaleDateString(),
|
date: new Date().toLocaleDateString(),
|
||||||
});
|
});
|
||||||
|
|
||||||
const handler = useCallback(
|
const handler = useCallback(
|
||||||
(msg) => {
|
(msg) => {
|
||||||
if (selectedProject == msg.projectId) {
|
if (selectedProject == msg.projectId) {
|
||||||
@ -59,7 +58,7 @@ const AttendancePage = () => {
|
|||||||
setAttendances(updatedAttendance);
|
setAttendances(updatedAttendance);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[selectedProject, attrecall]
|
[selectedProject,attendances]
|
||||||
);
|
);
|
||||||
|
|
||||||
const getRole = (roleId) => {
|
const getRole = (roleId) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user