Skip to content

Commit 346a636

Browse files
feat: add pluginProps to CourseInfoSlot (#550)
1 parent 34dcc88 commit 346a636

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/plugin-slots/CourseInfoSlot/index.jsx

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ const CourseInfoSlot = ({
1313
slotOptions={{
1414
mergeProps: true,
1515
}}
16+
pluginProps={{
17+
courseOrg,
18+
courseNumber,
19+
courseTitle,
20+
}}
1621
>
1722
<LearningHeaderCourseInfo
1823
courseOrg={courseOrg}

0 commit comments

Comments
 (0)