diff --git a/i18n/messages.en.js b/i18n/messages.en.js index 73feb30d..0db74f68 100644 --- a/i18n/messages.en.js +++ b/i18n/messages.en.js @@ -34,7 +34,7 @@ module.exports = { skip_to_main_content: 'Skip to main content', back_to_top_label: 'To page top', }, - bankIdAlertText: `Please note that Students not located in Sweden may have problems attending a course at KTH.
You could meet obstacles if you're required to pay fees or if you do not have a Swedish Mobile BankID. `, + bankIdAlertText: `Please note that Students not located in Sweden may have problems attending a course at KTH.
You could meet obstacles if you're required to pay fees or if you do not have a Swedish Mobile BankID. `, breadCrumbLabels: { breadcrumbs: 'Breadcrumbs', university: 'KTH', diff --git a/public/js/app/pages/CoursePage.jsx b/public/js/app/pages/CoursePage.jsx index 4b6d8894..a83bbc66 100644 --- a/public/js/app/pages/CoursePage.jsx +++ b/public/js/app/pages/CoursePage.jsx @@ -66,7 +66,6 @@ function CoursePage() { syllabusInfoFade, useStartSemesterFromQuery, lang, - roundSelectedIndex, } = context // * * // const hasOnlyOneRound = activeSemester?.length > 0 && courseData.roundList[activeSemester].length === 1 @@ -180,10 +179,10 @@ function CoursePage() {
- {courseData.roundList && ( + {courseData.roundList && activeSemesters.length > 0 && hasToShowRoundsData && ( 0 && hasToShowRoundsData} translation={translation}