diff --git a/web/components/contract/quick-bet.tsx b/web/components/contract/quick-bet.tsx index 5dbb0fb5..9ee8b165 100644 --- a/web/components/contract/quick-bet.tsx +++ b/web/components/contract/quick-bet.tsx @@ -325,14 +325,6 @@ export function getColor(contract: Contract) { ) } - if (contract.outcomeType === 'NUMERIC') { - return 'blue-400' - } - - if (contract.outcomeType === 'FREE_RESPONSE') { - return 'blue-400' - } - if ((contract.closeTime ?? Infinity) < Date.now()) { return 'gray-400' }