Merge branch 'dev' into 'main'
-- See merge request frontend/squzanswerer!9
This commit is contained in:
commit
5c5115319a
@ -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%">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user