Skip to content

Commit

Permalink
update to match tally file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Dec 1, 2023
1 parent 14305d5 commit 8f498fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue-app/src/components/ClaimButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async function checkAllocation() {
currentRound.value.fundingRoundAddress,
currentRound.value.nativeTokenDecimals,
tally.value!.results.tally[props.project.index],
tally.value!.totalVoiceCreditsPerVoteOption.tally[props.project.index],
tally.value!.perVOSpentVoiceCredits.tally[props.project.index],
)
claimed.value = await isFundsClaimed(
currentRound.value.fundingRoundAddress,
Expand Down

0 comments on commit 8f498fe

Please sign in to comment.