diff --git a/services/course-material/src/components/ContentRenderer/moocfi/CourseProgressBlock/CompletionRequirementsTabulation/index.tsx b/services/course-material/src/components/ContentRenderer/moocfi/CourseProgressBlock/CompletionRequirementsTabulation/index.tsx index c6e58f81bc9..5adc381f9b1 100644 --- a/services/course-material/src/components/ContentRenderer/moocfi/CourseProgressBlock/CompletionRequirementsTabulation/index.tsx +++ b/services/course-material/src/components/ContentRenderer/moocfi/CourseProgressBlock/CompletionRequirementsTabulation/index.tsx @@ -30,7 +30,7 @@ const CompletionRequirementsTabulation: React.FC< highlightText={pointsRequiredForCompletion} /> )} - {attemptedExercisesRequiredForCompletion && ( + {!!attemptedExercisesRequiredForCompletion && (