From 4e2c7e2adb05fbf245c471acfd6ae1892108ee78 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Thu, 1 May 2025 02:39:08 +0530 Subject: [PATCH] config checkIn and checkout in handleModalData for which slots show to user --- src/components/Activities/RenderAttendanceStatus.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Activities/RenderAttendanceStatus.jsx b/src/components/Activities/RenderAttendanceStatus.jsx index 3802b367..30230baa 100644 --- a/src/components/Activities/RenderAttendanceStatus.jsx +++ b/src/components/Activities/RenderAttendanceStatus.jsx @@ -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 }); } };