We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e935e commit a2cfe29Copy full SHA for a2cfe29
1 file changed
src/schedule-and-details/introducing-section/index.jsx
@@ -113,8 +113,10 @@ const IntroducingSection = ({
113
<>
114
<Form.Group className="form-group-custom">
115
<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. */}
+ {
+ /* Generic components (WysiwygEditor, CourseUploadImage) use the standard HTML
118
+ `disabled` prop; domain section components use the semantic `isEditable` prop. */
119
+ }
120
<WysiwygEditor
121
initialValue={overview}
122
onChange={(value) => onChange(value, 'overview')}
0 commit comments