Skip to content

Commit a2cfe29

Browse files
committed
refactor: update comment formatting for clarity in IntroducingSection component
1 parent 57e935e commit a2cfe29

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • src/schedule-and-details/introducing-section

src/schedule-and-details/introducing-section/index.jsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ const IntroducingSection = ({
113113
<>
114114
<Form.Group className="form-group-custom">
115115
<Form.Label>{intl.formatMessage(messages.courseOverviewLabel)}</Form.Label>
116-
{/* Generic components (WysiwygEditor, CourseUploadImage) use the standard HTML
117-
`disabled` prop; domain section components use the semantic `isEditable` prop. */}
116+
{
117+
/* Generic components (WysiwygEditor, CourseUploadImage) use the standard HTML
118+
`disabled` prop; domain section components use the semantic `isEditable` prop. */
119+
}
118120
<WysiwygEditor
119121
initialValue={overview}
120122
onChange={(value) => onChange(value, 'overview')}

0 commit comments

Comments
 (0)