diff --git a/src/components/Activities/Attendance.jsx b/src/components/Activities/Attendance.jsx index 12edc8fc..34df90df 100644 --- a/src/components/Activities/Attendance.jsx +++ b/src/components/Activities/Attendance.jsx @@ -178,6 +178,7 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => { Name Role + Organization Check-In @@ -226,6 +227,8 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => { {item.jobRoleName} + {item.organizationName || "--"} + {item.checkInTime ? convertShortTime(item.checkInTime) @@ -249,7 +252,11 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => { ))} {!attendance && ( - + No employees assigned to the project! @@ -257,6 +264,7 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => { + {!loading && finalFilteredData.length > ITEMS_PER_PAGE && (