From 0a14d24c55cd910f0b08147104f006787f84a6cb Mon Sep 17 00:00:00 2001 From: kkatusic Date: Thu, 23 Jan 2025 13:44:04 +0100 Subject: [PATCH 1/2] Added mixing clusterMatchingSyncAt to graphql --- src/apollo/gql/gqlProjects.ts | 1 + src/components/views/donate/OneTime/EstimatedMatchingToast.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/apollo/gql/gqlProjects.ts b/src/apollo/gql/gqlProjects.ts index edc88d371c..60da212836 100644 --- a/src/apollo/gql/gqlProjects.ts +++ b/src/apollo/gql/gqlProjects.ts @@ -198,6 +198,7 @@ export const FETCH_PROJECT_BY_SLUG_DONATION = gql` allocatedFundUSD minimumValidUsdValue qfStrategy + clusterMatchingSyncAt } anchorContracts { address diff --git a/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx b/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx index 0a17789214..2b39ee26f7 100644 --- a/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx +++ b/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx @@ -46,6 +46,7 @@ const EstimatedMatchingToast: FC = ({ estimatedMatching || {}; const { activeStartedRound } = getActiveRound(qfRounds); + const { allocatedFundUSDPreferred, allocatedFundUSD, From cae6ba6f3c97834c1d7535dd8db3c1f835f17d8d Mon Sep 17 00:00:00 2001 From: kkatusic Date: Thu, 23 Jan 2025 13:50:18 +0100 Subject: [PATCH 2/2] removing tab --- src/components/views/donate/OneTime/EstimatedMatchingToast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx b/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx index 2b39ee26f7..5a84ba2e4a 100644 --- a/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx +++ b/src/components/views/donate/OneTime/EstimatedMatchingToast.tsx @@ -46,7 +46,7 @@ const EstimatedMatchingToast: FC = ({ estimatedMatching || {}; const { activeStartedRound } = getActiveRound(qfRounds); - + const { allocatedFundUSDPreferred, allocatedFundUSD,