diff --git a/web/components/bets-list.tsx b/web/components/bets-list.tsx index 631cd945..caa38891 100644 --- a/web/components/bets-list.tsx +++ b/web/components/bets-list.tsx @@ -283,9 +283,8 @@ export function MyBetsSummary(props: { calculatePayout(contract, bet, 'NO') ) - const p = getProbability(contract.totalShares) - - const expectation = p * yesWinnings + (1 - p) * noWinnings + // const p = getProbability(contract.totalShares) + // const expectation = p * yesWinnings + (1 - p) * noWinnings const marketWinnings = _.sumBy(excludeSales, (bet) => calculatePayout(contract, bet, 'MKT') @@ -337,14 +336,14 @@ export function MyBetsSummary(props: { payoutCol ) : ( <> -