From b2446d8130766d89571e9d484347ccade7a9f8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20Bj=C3=B6rkqvist?= Date: Mon, 30 Sep 2024 15:11:48 +0200 Subject: [PATCH] Requested changes --- public/js/app/components/CourseSectionList.jsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/js/app/components/CourseSectionList.jsx b/public/js/app/components/CourseSectionList.jsx index 211da55d..0116dd3e 100644 --- a/public/js/app/components/CourseSectionList.jsx +++ b/public/js/app/components/CourseSectionList.jsx @@ -157,16 +157,6 @@ function CourseSectionList({ courseInfo = {}, partToShow, syllabus = {}, syllabu header: translation.courseInformation.course_supplemental_information, text: courseInfo.course_supplemental_information, }) - if (!isMissingInfoLabel(courseInfo.course_supplemental_information_url)) - prepare.push({ - header: translation.courseInformation.course_supplemental_information_url, - text: courseInfo.course_supplemental_information_url, - }) - if (!isMissingInfoLabel(courseInfo.course_supplemental_information_url_text)) - prepare.push({ - header: translation.courseInformation.course_supplemental_information_url_text, - text: courseInfo.course_supplemental_information_url_text, - }) if (!isContractEducation() && syllabus.course_additional_regulations !== '') prepare.push({