Commit 79e63376 authored by Noah Zinsmeister's avatar Noah Zinsmeister

fix governorIndex

parent 3c8e8604
...@@ -226,7 +226,7 @@ export function useAllProposalData(): ProposalData[] { ...@@ -226,7 +226,7 @@ export function useAllProposalData(): ProposalData[] {
startBlock, startBlock,
endBlock: parseInt(proposal?.result?.endBlock?.toString()), endBlock: parseInt(proposal?.result?.endBlock?.toString()),
details: formattedEvents[i].details, details: formattedEvents[i].details,
governorIndex: i, governorIndex: governanceContractIndex,
} }
}) })
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment