From 719ec5cc54aa2612c926200a515d721b45e192aa Mon Sep 17 00:00:00 2001 From: James Grugett Date: Fri, 11 Mar 2022 11:13:16 -0600 Subject: [PATCH] Linkify answer text on activity feed --- web/components/contract-feed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/contract-feed.tsx b/web/components/contract-feed.tsx index b578b51b..d9fb2bcc 100644 --- a/web/components/contract-feed.tsx +++ b/web/components/contract-feed.tsx @@ -139,7 +139,7 @@ function FeedBet(props: { activityItem: any; feedType: FeedType }) {
{answer && (
- {answer.text} +
)}