Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Apr 26, 2024
1 parent bd4c541 commit 0198796
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/grant-explorer/src/checkoutStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ export const useCheckoutStore = create<CheckoutState>()(
const groupedEncodedVotes: Record<string, Hex[]> = {};

for (const roundId in groupedDonations) {
// get all the index/ids from groupedDonation[xx]
// refetch all the data based on chainId, index, roundId,
// encode ..
const allProjectIds = groupedDonations[roundId].map(
(d) => d.projectRegistryId
);
Expand All @@ -258,7 +255,6 @@ export const useCheckoutStore = create<CheckoutState>()(
}[] = [];

groupedDonations[roundId].map((d) => {
// iterate through response, find application in response where projectRegistryId is d.projectRegistryId
const app = response.find(
(r) => r.projectId === d.projectRegistryId
);
Expand Down

0 comments on commit 0198796

Please sign in to comment.