diff --git a/src/components/Directory/ListViewContact.jsx b/src/components/Directory/ListViewContact.jsx index f4f15531..d22c02c0 100644 --- a/src/components/Directory/ListViewContact.jsx +++ b/src/components/Directory/ListViewContact.jsx @@ -99,7 +99,7 @@ const ListViewContact = ({ data, Pagination }) => { />
@@ -120,8 +120,8 @@ const ListViewContact = ({ data, Pagination }) => { {Array.isArray(data) && data.length > 0 ? ( data.map((row, i) => ( {contactList.map((col) => ( diff --git a/src/components/Documents/DocumentsList.jsx b/src/components/Documents/DocumentsList.jsx index 2121c9dd..0561b847 100644 --- a/src/components/Documents/DocumentsList.jsx +++ b/src/components/Documents/DocumentsList.jsx @@ -197,7 +197,7 @@ const DocumentsList = ({ const isRestoring = restoringIds.includes(doc.id); return ( - + {DocumentColumns.map((col) => ( {col.customRender diff --git a/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx b/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx index 2c7b8859..643592f0 100644 --- a/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx +++ b/src/components/Project/ProjectOrganization/ProjectAssignedOrgs.jsx @@ -103,7 +103,7 @@ const ProjectAssignedOrgs = () => { {Array.isArray(data) && data.length > 0 ? ( data.map((row, i) => ( - + {orgList.map((col) => ( {col.getValue(row)}