fix title adornment icon on untyped question

This commit is contained in:
nflnkr 2024-01-04 19:11:28 +03:00
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;
}
};