From 3842921c084fee227be11eb6bf4782fb4024d04b Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Thu, 28 Apr 2022 19:15:38 -0400 Subject: [PATCH] fix: display --- src/web/questions/pages/QuestionPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/questions/pages/QuestionPage.tsx b/src/web/questions/pages/QuestionPage.tsx index e101115..707dbcd 100644 --- a/src/web/questions/pages/QuestionPage.tsx +++ b/src/web/questions/pages/QuestionPage.tsx @@ -75,7 +75,7 @@ const QuestionCardContents: React.FC<{ linkTarget="_blank" className="font-normal text-gray-900 w-9/12" > - {question.description} + {question.description.replaceAll("---", "")}