diff --git a/web/lib/firebase/contracts.ts b/web/lib/firebase/contracts.ts index 5661dbc4..652bec4b 100644 --- a/web/lib/firebase/contracts.ts +++ b/web/lib/firebase/contracts.ts @@ -53,7 +53,6 @@ export function compute(contract: Contract) { const probPercent = Math.round(prob * 100) + '%' const startProb = startPool.YES ** 2 / (startPool.YES ** 2 + startPool.NO ** 2) - const startProbPercent = Math.round(startProb * 100) + '%' const createdDate = dayjs(createdTime).format('MMM D') const resolvedDate = isResolved ? dayjs(resolutionTime).format('MMM D') diff --git a/web/pages/make-predictions.tsx b/web/pages/make-predictions.tsx index b23db5f4..7b8c8405 100644 --- a/web/pages/make-predictions.tsx +++ b/web/pages/make-predictions.tsx @@ -149,6 +149,10 @@ ${TEST_VALUE}