Skip to content

Commit

Permalink
counter increased
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Campos de Teba authored and Ruben Campos de Teba committed Nov 22, 2023
1 parent 8e11c6e commit aeae56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/useSeasonSubscriptionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function useSeasonSubscriptionData() {

setArrangedSeasonList(arrangedSeasonListHere)
setTotalSales(totalSales)
const totalPrizePooledL = data?.Seasons[0].matchFundPooled + totalSales * BASE_ARTIFACT_PRICE * 2
const totalPrizePooledL = data?.Seasons[0].matchFundPooled + totalSales * BASE_ARTIFACT_PRICE
setTotalPrizePooled(totalPrizePooledL ? totalPrizePooledL.toFixed(2) : 0)
}
},
Expand Down

0 comments on commit aeae56e

Please sign in to comment.