diff --git a/web/components/contract/contract-card.tsx b/web/components/contract/contract-card.tsx index 0e01fa1e..87186743 100644 --- a/web/components/contract/contract-card.tsx +++ b/web/components/contract/contract-card.tsx @@ -27,7 +27,7 @@ import { getOutcomeProbability, getTopAnswer } from 'common/calculate' import { AbbrContractDetails } from './contract-details' // Return a number from 0 to 1 for this contract -// Resolved contracts are set to 1, for coloring purposes +// Resolved contracts are set to 1, for coloring purposes (even if NO) function getProb(contract: Contract) { const { outcomeType, resolution } = contract return resolution @@ -118,18 +118,18 @@ export function ContractCard(props: {