-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KUI-1390: added information modal to prerequisites #364
Conversation
@@ -192,13 +200,15 @@ function CourseSectionList({ courseInfo = {}, partToShow, syllabus = {}, syllabu | |||
sectionId="Content" | |||
syllabusMarkerAriaLabel={translation.courseLabels.syllabus_marker_aria_label} | |||
/> | |||
<p>Here comes the course execution</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be here right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to clean up after myself, thank you!
<CourseSection | ||
sectionHeader={translation.courseLabels.header_execution} | ||
headerType="3" | ||
courseData={getExecution()} | ||
sectionId="Execution" | ||
syllabusMarkerAriaLabel={translation.courseLabels.syllabus_marker_aria_label} | ||
/> | ||
<p>Here ends the course execution</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this?
No description provided.