|
|
|
@ -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, |
|
|
|
|