diff --git a/web/components/contract/contract-card.tsx b/web/components/contract/contract-card.tsx index 7ecb3b6d..1a5c660c 100644 --- a/web/components/contract/contract-card.tsx +++ b/web/components/contract/contract-card.tsx @@ -25,18 +25,9 @@ import { OUTCOME_TO_COLOR, } from '../outcome-label' import { getOutcomeProbability, getTopAnswer } from 'common/calculate' -import { - AbbrContractDetails, - AvatarDetails, - MiscDetails, -} from './contract-details' +import { AvatarDetails, MiscDetails } from './contract-details' import { getExpectedValue, getValueFromBucket } from 'common/calculate-dpm' -import { - ArrowCircleUpIcon, - ArrowCircleDownIcon, - StarIcon, - PaperAirplaneIcon, -} from '@heroicons/react/outline' +import { PaperAirplaneIcon } from '@heroicons/react/outline' import { PaperAirplaneIcon as SolidPlaneIcon } from '@heroicons/react/solid' // Return a number from 0 to 1 for this contract diff --git a/web/components/contract/contract-details.tsx b/web/components/contract/contract-details.tsx index fd5e6968..849d4615 100644 --- a/web/components/contract/contract-details.tsx +++ b/web/components/contract/contract-details.tsx @@ -43,11 +43,11 @@ export function MiscDetails(props: { return ( - {contract.createdTime % 3 == 1 ? ( + {/* {contract.createdTime % 3 == 1 ? ( ) : ( - )} + )} */} {categories.length > 0 && (