diff --git a/ui/src/pages/Questions/Ask/components/SearchQuestion/index.tsx b/ui/src/pages/Questions/Ask/components/SearchQuestion/index.tsx index 86ed2c4d..6ce43d6d 100644 --- a/ui/src/pages/Questions/Ask/components/SearchQuestion/index.tsx +++ b/ui/src/pages/Questions/Ask/components/SearchQuestion/index.tsx @@ -27,7 +27,7 @@ const SearchQuestion = ({ similarQuestions }) => { @@ -38,7 +38,7 @@ const SearchQuestion = ({ similarQuestions }) => { : null} {item.accepted_answer ? ( - + {t('x_answers', { @@ -49,7 +49,7 @@ const SearchQuestion = ({ similarQuestions }) => { ) : ( item.answer_count > 0 && ( - + {t('x_answers', {