diff --git a/src/components/Activities/Attendance.jsx b/src/components/Activities/Attendance.jsx
index 6d751b12..3bd83f9b 100644
--- a/src/components/Activities/Attendance.jsx
+++ b/src/components/Activities/Attendance.jsx
@@ -142,6 +142,7 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => {
Name |
Role |
+ Organization |
Check-In
@@ -190,6 +191,8 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => {
| {item.jobRoleName} |
+ {item.organizationName || "--"} |
+
{item.checkInTime
? convertShortTime(item.checkInTime)
@@ -213,7 +216,11 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => {
))}
{!attendance && (
|
-
+ |
No employees assigned to the project!
|
@@ -221,6 +228,7 @@ const Attendance = ({ getRole, handleModalData, searchTerm }) => {
+
{!loading && finalFilteredData.length > ITEMS_PER_PAGE && (