From 1adfb874c3f1d4a9fd002c3743cb21bb960b1e86 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sat, 21 May 2022 17:03:59 -0700 Subject: [PATCH] Fix bet width, remove "chance/expected" --- web/components/contract/contract-card.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/web/components/contract/contract-card.tsx b/web/components/contract/contract-card.tsx index 93e81393..42dbfa18 100644 --- a/web/components/contract/contract-card.tsx +++ b/web/components/contract/contract-card.tsx @@ -96,8 +96,8 @@ export function ContractCard(props: { className )} > - - + +

- +

{ // console.log('e', e) }} @@ -140,7 +139,7 @@ export function ContractCard(props: { )} /> ) : ( - + )}
@@ -168,8 +167,7 @@ export function ContractCard(props: {
{ // console.log('e2', e) }} @@ -235,9 +233,6 @@ export function BinaryResolutionOrChance(props: { ) : ( <>
{getBinaryProbPercent(contract)}
-
- chance -
)} @@ -293,7 +288,6 @@ export function FreeResponseResolutionOrChance(props: {
{formatPercent(getOutcomeProbability(contract, topAnswer.id))}
-
chance
) @@ -325,7 +319,6 @@ export function NumericResolutionOrExpectation(props: {
{formatLargeNumber(getExpectedValue(contract))}
-
expected
)}