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 || "Форма результатов"} >{resultQuestion.title || "Форма результатов"}
</Typography> </Typography>
{resultQuestion.content.text !== "" && resultQuestion.content.text !== " " && <Typography {
//@ts-ignore
resultQuestion.content.text !== "" && resultQuestion.content.text !== " " && <Typography
sx={{ sx={{
fontSize: "18px", fontSize: "18px",
m: "20px 0" m: "20px 0"
}} }}
>{resultQuestion.content.text}</Typography>} >{
//@ts-ignore
resultQuestion.content.text}</Typography>}
</Box> </Box>
<Box width="100%"> <Box width="100%">