diff --git a/src/app/questions-list/[slug]/question-detail-client.tsx b/src/app/questions-list/[slug]/question-detail-client.tsx index d408922..0e5f2aa 100644 --- a/src/app/questions-list/[slug]/question-detail-client.tsx +++ b/src/app/questions-list/[slug]/question-detail-client.tsx @@ -375,7 +375,7 @@ export default function QuestionDetailClient({ : (isOverviewError || isSectionError) && !sectionResponse; const isSchemaLoading = isAssessment ? isOverviewLoading - : !sectionResponse && !isSchemaError; + : !sectionResponse && (isOverviewLoading || isSectionLoading); const cattellQuery = useCattellQuestionsQuery(locale, { enabled: isCattellSlug && isTestStarted,