diff --git a/src/features/offering/screens/DegreeCourseScreen.tsx b/src/features/offering/screens/DegreeCourseScreen.tsx index 18c2c9de..66086ef1 100644 --- a/src/features/offering/screens/DegreeCourseScreen.tsx +++ b/src/features/offering/screens/DegreeCourseScreen.tsx @@ -160,10 +160,10 @@ export const DegreeCourseScreen = ({ route }: Props) => { {offeringCourse?.hours && - offeringCourse.hours?.lecture && - offeringCourse.hours?.classroomExercise && - offeringCourse.hours?.labExercise && - offeringCourse.hours?.tutoring && ( + (offeringCourse.hours?.lecture || + offeringCourse.hours?.classroomExercise || + offeringCourse.hours?.labExercise || + offeringCourse.hours?.tutoring) && ( {!!offeringCourse?.hours?.lecture && (