diff --git a/src/components/Ecosystem/Dashboard.tsx b/src/components/Ecosystem/Dashboard.tsx index 80f76bfd8..c6d5c07dc 100644 --- a/src/components/Ecosystem/Dashboard.tsx +++ b/src/components/Ecosystem/Dashboard.tsx @@ -203,7 +203,7 @@ const Dashboard = () => { const checkEcosystemData = async () => { const data: ICheckEcosystem = await checkEcosystem(); - setIsEcosystemLead(Boolean(data)); + setIsEcosystemLead(data.isEcosystemLead); }; const checkEcosystemAccess = async () => { const data = await getOwnerAdminRole();