diff --git a/packages/app/src/hooks/useSubgraphData.tsx b/packages/app/src/hooks/useSubgraphData.tsx index 28269374..fd70f8a4 100644 --- a/packages/app/src/hooks/useSubgraphData.tsx +++ b/packages/app/src/hooks/useSubgraphData.tsx @@ -6,7 +6,6 @@ const pool = gql` directPaymentPools { id timestamp - manager contributions ipfs } @@ -18,7 +17,6 @@ const specificPool = gql` directPaymentPools(where: { id: $id }) { id timestamp - manager contributions ipfs }