Implemented attendance funcationality in attendance module
This commit is contained in:
parent
c7df297c8f
commit
5611a46b95
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user