diff --git a/web/components/contract-card.tsx b/web/components/contract-card.tsx index 53b9f131..26d18023 100644 --- a/web/components/contract-card.tsx +++ b/web/components/contract-card.tsx @@ -179,7 +179,7 @@ export function ContractDetails(props: { contract: Contract }) { {' - '} Date.now() ? 'Market closes: ' : 'Market closed:' + closeTime > Date.now() ? 'Trading ends:' : 'Trading ended:' } time={closeTime} >