diff --git a/vue-app/src/components/ClaimButton.vue b/vue-app/src/components/ClaimButton.vue index 6eff26bb5..281034152 100644 --- a/vue-app/src/components/ClaimButton.vue +++ b/vue-app/src/components/ClaimButton.vue @@ -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,