Implemented attendance funcationality in attendance module

This commit is contained in:
ashutosh.nehete 2025-06-11 23:23:14 +05:30
parent c7df297c8f
commit 5611a46b95

View File

@ -63,7 +63,6 @@ const AttendancePage = () => {
const handler = useCallback(
(msg) => {
console.log("Equal:", selectedProject == msg.projectId);
if (selectedProject == msg.projectId) {
const updatedAttendance = attendances.map((item) =>
item.employeeId === msg.response.employeeId