--
This commit is contained in:
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%">
|
||||
|
Loading…
Reference in New Issue
Block a user