diff --git a/web/components/answers/answer-item.tsx b/web/components/answers/answer-item.tsx index 51ea9631..14b5c121 100644 --- a/web/components/answers/answer-item.tsx +++ b/web/components/answers/answer-item.tsx @@ -14,6 +14,7 @@ import { getOutcomeProbability } from '../../../common/calculate' import { tradingAllowed } from '../../lib/firebase/contracts' import { AnswerBetPanel } from './answer-bet-panel' import { ContractFeed } from '../contract-feed' +import { Linkify } from '../linkify' export function AnswerItem(props: { answer: Answer @@ -63,7 +64,9 @@ export function AnswerItem(props: { onClick={() => !isBetting && setIsBetting(true)} > -
{text}
+
+ +