This commit is contained in:
Nastya 2023-12-25 11:25:55 +03:00
parent 7460f4e557
commit 829c24020c

@ -103,12 +103,16 @@ export const ResultForm = ({
>{resultQuestion.title || "Форма результатов"}
</Typography>
{resultQuestion.content.text !== "" && resultQuestion.content.text !== " " && <Typography
{
//@ts-ignore
resultQuestion.content.text !== "" && resultQuestion.content.text !== " " && <Typography
sx={{
fontSize: "18px",
m: "20px 0"
}}
>{resultQuestion.content.text}</Typography>}
>{
//@ts-ignore
resultQuestion.content.text}</Typography>}
</Box>
<Box width="100%">