diff --git a/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx b/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx
index d1f25e86..2aebaa18 100644
--- a/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx
+++ b/web/pages/challenges/[username]/[contractSlug]/[challengeSlug].tsx
@@ -148,13 +148,10 @@ function ClosedChallengeContent(props: {
setShowConfetti(true)
}, [acceptances])
const creatorWon = resolution === creatorsOutcome
- const yourShares = (1 / (1 - creatorsOutcomeProb)) * amount
- const creatorShares = (1 / creatorsOutcomeProb) * amount
- const winningShares = creatorWon ? creatorShares : yourShares
if (!user) return