merge
This commit is contained in:
parent
21db4a891d
commit
2fccba1e0f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user