-
-
+
+
{ecosystemDetails?.logoUrl ? (
@@ -484,12 +488,10 @@ const Dashboard = () => {
isorgModal={isOrgModal}
/>
{
)}
- )}
-
- {ecosystemDetailsNotFound && (
-
{
- setEcosystemDetailsNotFound(false);
- setFailure(null);
- }}
- />
- )}
-
+ )
+ }
+
);
};
-export default Dashboard;
\ No newline at end of file
+export default Dashboard;
diff --git a/src/components/Ecosystem/MemberList.tsx b/src/components/Ecosystem/MemberList.tsx
index b924fcce0..a7d815a8a 100644
--- a/src/components/Ecosystem/MemberList.tsx
+++ b/src/components/Ecosystem/MemberList.tsx
@@ -71,9 +71,9 @@ const MemberList = () => {
{member.ecosystemRole.name}
@@ -88,7 +88,7 @@ const MemberList = () => {
member.status === 'SUSPENDED'
? 'bg-red-100 text-red-800 rounded dark:bg-gray-900 dark:text-red-300 border-red-100 dark:border-red-500 border'
: 'bg-green-100 text-green-700 dark:bg-gray-700 dark:text-green-400 rounded border border-green-100 dark:border-green-500'
- }'text-sm font-medium mr-2 px-2.5 py-1 rounded'`}
+ } text-sm font-medium mr-2 px-2.5 py-1 rounded-md`}
>
{member.status}
@@ -175,13 +175,16 @@ const MemberList = () => {
data={memberList}
loading={loading}
>
-
+
+ {currentPage.pageNumber > 1 && (
+
+ )}
);
};
diff --git a/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx b/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx
index b427f4091..b28d1d6f7 100644
--- a/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx
+++ b/src/components/EcosystemInvite/EcoSystemReceivedInvitations.tsx
@@ -9,7 +9,6 @@ import type { AxiosResponse } from 'axios';
import BreadCrumbs from '../BreadCrumbs';
import type { Invitation } from '../organization/interfaces/invitations';
import type { Organisation } from '../organization/interfaces';
-import SendInvitationModal from '../organization/invitations/SendInvitationModal';
import { apiStatusCodes, storageKeys } from '../../config/CommonConstant';
import { pathRoutes } from '../../config/pathRoutes';
import { EmptyListMessage } from '../EmptyListComponent';
@@ -223,7 +222,7 @@ const ReceivedInvitations = () => {
-
Back
+
Back