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" }} />
|
||||
);
|
||||
default:
|
||||
return (
|
||||
<AnswerGroup color="#9A9AAF" sx={{ height: "22px", width: "20px" }} />
|
||||
);
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user