Implemented attendance funcationality in attendance module
This commit is contained in:
parent
9b6fa84d0d
commit
9530f9ca87
@ -63,7 +63,6 @@ const AttendancePage = () => {
|
|||||||
|
|
||||||
const handler = useCallback(
|
const handler = useCallback(
|
||||||
(msg) => {
|
(msg) => {
|
||||||
console.log("Equal:", selectedProject == msg.projectId);
|
|
||||||
if (selectedProject == msg.projectId) {
|
if (selectedProject == msg.projectId) {
|
||||||
const updatedAttendance = attendances.map((item) =>
|
const updatedAttendance = attendances.map((item) =>
|
||||||
item.employeeId === msg.response.employeeId
|
item.employeeId === msg.response.employeeId
|
||||||
|
Loading…
x
Reference in New Issue
Block a user