diff --git a/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx b/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx index 850dedef4..eab670490 100644 --- a/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx +++ b/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx @@ -28,7 +28,7 @@ const ReceivedInvitations = () => { const [loading, setLoading] = useState(false); const [message, setMessage] = useState(null); const [error, setError] = useState(null); - const [organizationsList, setOrganizationList] =useState | null>(null); + const [organizationsList, setOrganizationsList] =useState | null>(null); const [currentPage, setCurrentPage] = useState(initialPageState); const [selectedId, setSelectedId] = useState(); const [searchText, setSearchText] = useState(''); @@ -63,7 +63,7 @@ const ReceivedInvitations = () => { return userOrg; }); - setOrganizationList(orgList); + setOrganizationsList(orgList); setCurrentPage({ ...currentPage, total: totalPages, @@ -189,7 +189,7 @@ const ReceivedInvitations = () => {
  • -
    +
    { -
    +

    {invitation.email}

    @@ -240,7 +240,7 @@ const ReceivedInvitations = () => {
  • - Roles:{' '} + Roles: {
    -
    +