This commit is contained in:
mantikoros 2022-01-11 13:41:45 -06:00
parent 21db4a891d
commit 2fccba1e0f

View File

@ -33,7 +33,7 @@ const getContractInfo = ({
description,
slug,
pool,
startPool,
totalShares,
volume7Days,
volume24Hours,
isResolved,
@ -47,8 +47,8 @@ const getContractInfo = ({
question,
description,
url: `https://manifold.markets/${creatorUsername}/${slug}`,
pool: pool.YES + pool.NO - startPool.YES - startPool.NO,
probability: getProbability(pool),
pool: pool.YES + pool.NO,
probability: getProbability(totalShares),
volume7Days,
volume24Hours,
isResolved,