pramod_Bug#122Check-INOUT-Time #57

Closed
pramod.mahajan wants to merge 10 commits from pramod_Bug#122Check-INOUT-Time into Issues_April_5W
Showing only changes of commit 4e2c7e2adb - Show all commits

View File

@ -17,7 +17,8 @@ const RenderAttendanceStatus = ({ attendanceData, handleModalData,Tab,currentDat
employeeId: attendanceData?.employeeId,
id: attendanceData?.id,
currentDate,
checkInTime:attendanceData.checkInTime
checkInTime: attendanceData.checkInTime,
checkOutTime:attendanceData.checkOutTime
});
}
};