From fb1c5bff3dbbb40b63d823ff8da023ec083c59da Mon Sep 17 00:00:00 2001 From: Jiku Godwill Nsanwi <65053264+Jikugodwill@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:17:45 +0100 Subject: [PATCH] fix: gateway recognition logic for communities tab --- apps/BosGenaDrop/widget/CPlanet/DAO/Card.jsx | 6 +++++- apps/BosGenaDrop/widget/CPlanet/DAO/Explore.jsx | 2 ++ build/BosGenaDrop/src/CPlanet/DAO/Card.jsx | 6 +++++- build/BosGenaDrop/src/CPlanet/DAO/Explore.jsx | 2 ++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/apps/BosGenaDrop/widget/CPlanet/DAO/Card.jsx b/apps/BosGenaDrop/widget/CPlanet/DAO/Card.jsx index cf04c595..b057f42e 100644 --- a/apps/BosGenaDrop/widget/CPlanet/DAO/Card.jsx +++ b/apps/BosGenaDrop/widget/CPlanet/DAO/Card.jsx @@ -371,7 +371,11 @@ return ( diff --git a/apps/BosGenaDrop/widget/CPlanet/DAO/Explore.jsx b/apps/BosGenaDrop/widget/CPlanet/DAO/Explore.jsx index f34ac304..337c33ee 100644 --- a/apps/BosGenaDrop/widget/CPlanet/DAO/Explore.jsx +++ b/apps/BosGenaDrop/widget/CPlanet/DAO/Explore.jsx @@ -170,6 +170,7 @@ return ( daoId: data.daoId, daoContractId: data.contractId, }), + isGateway: props.isGateway, }} src="bos.genadrop.near/widget/CPlanet.DAO.Card" /> @@ -187,6 +188,7 @@ return ( daoId: data.daoId, daoContractId: data.contractId, }), + isGateway: props.isGateway, }} src="bos.genadrop.near/widget/CPlanet.DAO.Card" /> diff --git a/build/BosGenaDrop/src/CPlanet/DAO/Card.jsx b/build/BosGenaDrop/src/CPlanet/DAO/Card.jsx index cf04c595..b057f42e 100644 --- a/build/BosGenaDrop/src/CPlanet/DAO/Card.jsx +++ b/build/BosGenaDrop/src/CPlanet/DAO/Card.jsx @@ -371,7 +371,11 @@ return ( diff --git a/build/BosGenaDrop/src/CPlanet/DAO/Explore.jsx b/build/BosGenaDrop/src/CPlanet/DAO/Explore.jsx index f34ac304..337c33ee 100644 --- a/build/BosGenaDrop/src/CPlanet/DAO/Explore.jsx +++ b/build/BosGenaDrop/src/CPlanet/DAO/Explore.jsx @@ -170,6 +170,7 @@ return ( daoId: data.daoId, daoContractId: data.contractId, }), + isGateway: props.isGateway, }} src="bos.genadrop.near/widget/CPlanet.DAO.Card" /> @@ -187,6 +188,7 @@ return ( daoId: data.daoId, daoContractId: data.contractId, }), + isGateway: props.isGateway, }} src="bos.genadrop.near/widget/CPlanet.DAO.Card" />