From ba0b31d0d24e5f2f780bf8b8dce78b97348c3078 Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Sun, 2 Jun 2024 09:22:27 +0300 Subject: [PATCH] Fixed the duplicated buttons --- app/components/question_component.tsx | 38 +++++++++++++-------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/app/components/question_component.tsx b/app/components/question_component.tsx index 97a153c..f0fae3e 100644 --- a/app/components/question_component.tsx +++ b/app/components/question_component.tsx @@ -39,7 +39,7 @@ const QuestionView = ({ question, setState, state }: { question: Question, setSt

{question.answer}

-
+ {/*
+
*/} +
+ +
) : ()} -
- - -
)