Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit e3a73eee authored by evgeny's avatar evgeny
Browse files

empty quizzes FIX

parent 5f00d746
Branches FEATURE
Tags 1.0.3-hotfix
1 merge request!11empty quizzes FIX
Pipeline #5682 passed
......@@ -9,7 +9,6 @@ export const QuizList: FC<QuizListProps> = ({ quizList, isLoading }) => {
if (isLoading) {
return <Skeleton />;
}
quizList = [];
if (quizList?.length === 0) {
return <NoQuizzes />;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment