From 21aa15708264d26b30e5fb9acfa2fcc123e3715f Mon Sep 17 00:00:00 2001 From: ElishaKay Date: Fri, 1 Nov 2024 06:17:34 +0000 Subject: [PATCH] show followup questions within truncating --- frontend/nextjs/components/Question.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/nextjs/components/Question.tsx b/frontend/nextjs/components/Question.tsx index ff824839f..c54065ade 100644 --- a/frontend/nextjs/components/Question.tsx +++ b/frontend/nextjs/components/Question.tsx @@ -17,9 +17,9 @@ const Question: React.FC = ({ question }) => { />

Question: -

+


-
"{question}"
+
"{question}"
); };