fix title adornment icon on untyped question
This commit is contained in:
parent
9d55fda5cc
commit
3decdfca58
@ -365,8 +365,6 @@ const IconAndrom = (questionType: QuestionType | null) => {
|
|||||||
<RatingIcon color="#9A9AAF" sx={{ height: "22px", width: "20px" }} />
|
<RatingIcon color="#9A9AAF" sx={{ height: "22px", width: "20px" }} />
|
||||||
);
|
);
|
||||||
default:
|
default:
|
||||||
return (
|
return null;
|
||||||
<AnswerGroup color="#9A9AAF" sx={{ height: "22px", width: "20px" }} />
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user