From 35b1a9d592dcefeb1b1a2112c99190850033c808 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 12 May 2022 13:38:13 -0400 Subject: [PATCH] Show prob of FR answer as a bar chart --- web/components/feed/feed-items.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/web/components/feed/feed-items.tsx b/web/components/feed/feed-items.tsx index ab1d9af1..d9b93a17 100644 --- a/web/components/feed/feed-items.tsx +++ b/web/components/feed/feed-items.tsx @@ -950,6 +950,12 @@ function FeedAnswerGroup(props: { /> + {type == 'answer' && ( +
+ )}
@@ -982,9 +988,7 @@ function FeedAnswerGroup(props: { {probPercent}