From 829c24020c4839e886a15285f68aef47da90add0 Mon Sep 17 00:00:00 2001 From: Nastya Date: Mon, 25 Dec 2023 11:25:55 +0300 Subject: [PATCH] -- --- src/pages/ViewPublicationPage/ResultForm.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/ViewPublicationPage/ResultForm.tsx b/src/pages/ViewPublicationPage/ResultForm.tsx index 5997e8a..a90b5aa 100644 --- a/src/pages/ViewPublicationPage/ResultForm.tsx +++ b/src/pages/ViewPublicationPage/ResultForm.tsx @@ -103,12 +103,16 @@ export const ResultForm = ({ >{resultQuestion.title || "Форма результатов"} - {resultQuestion.content.text !== "" && resultQuestion.content.text !== " " && {resultQuestion.content.text}} + >{ + //@ts-ignore + resultQuestion.content.text}}