diff --git a/src/components/Employee/EmpAttendance.jsx b/src/components/Employee/EmpAttendance.jsx index 481cd03f..0a2d63fb 100644 --- a/src/components/Employee/EmpAttendance.jsx +++ b/src/components/Employee/EmpAttendance.jsx @@ -103,6 +103,9 @@ const EmpAttendance = () => { Name + + ProjectName + Date {" "} @@ -118,7 +121,7 @@ const EmpAttendance = () => { {currentItems?.map((attendance, index) => ( - +
{
+ {attendance.projectName} {" "} {moment(attendance.checkInTime).format("DD-MMM-YYYY")}