Hide liquidity injection star, for now
This commit is contained in:
parent
d1fab9937f
commit
98510f233d
|
@ -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
|
||||
|
|
|
@ -43,11 +43,11 @@ export function MiscDetails(props: {
|
|||
|
||||
return (
|
||||
<Row className="items-center gap-3 text-sm text-gray-400">
|
||||
{contract.createdTime % 3 == 1 ? (
|
||||
{/* {contract.createdTime % 3 == 1 ? (
|
||||
<SolidStarIcon className="h-6 w-6 text-indigo-600" />
|
||||
) : (
|
||||
<StarIcon className="h-6 w-6 text-gray-400" />
|
||||
)}
|
||||
)} */}
|
||||
|
||||
{categories.length > 0 && (
|
||||
<TagsList className="text-gray-400" tags={categories} noLabel />
|
||||
|
|
Loading…
Reference in New Issue
Block a user