Browse Source

fix icon

master
mortezaei 9 hours ago
parent
commit
352227ff84
  1. 2
      src/app/questions-list/[slug]/question-detail-client.tsx

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

Loading…
Cancel
Save