Merge branch 'dev' into 'main'

--

See merge request frontend/squzanswerer!9
This commit is contained in:
Nastya 2023-12-25 08:26:21 +00:00
commit 5c5115319a

@ -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%">