diff --git a/web/components/contract/contract-card.tsx b/web/components/contract/contract-card.tsx index 1a5c660c..43f009a0 100644 --- a/web/components/contract/contract-card.tsx +++ b/web/components/contract/contract-card.tsx @@ -94,7 +94,7 @@ export function ContractCard(props: {
@@ -112,6 +112,13 @@ export function ContractCard(props: { {question}

+ {outcomeType === 'FREE_RESPONSE' && ( + } + truncate="long" + /> + )} + + ) : null +} + export function FreeResponseResolutionOrChance(props: { contract: FreeResponseContract truncate: 'short' | 'long' | 'none' @@ -242,11 +268,6 @@ export function FreeResponseResolutionOrChance(props: { ) : ( topAnswer && ( -
{formatPercent(getOutcomeProbability(contract, topAnswer.id))}