Skip to content

Commit

Permalink
ecosystem role
Browse files Browse the repository at this point in the history
Signed-off-by: karan <[email protected]>
  • Loading branch information
16-karan committed Feb 29, 2024
1 parent d56f5aa commit bc36404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Ecosystem/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit bc36404

Please sign in to comment.