We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4d82f commit 2365dbdCopy full SHA for 2365dbd
1 file changed
src/course-home/outline-tab/OutlineTab.jsx
@@ -171,6 +171,7 @@ const OutlineTab = () => {
171
</div>
172
{rootCourseId && (
173
<div className="col col-12 col-md-4">
174
+ <CourseOutlineTabNotificationsSlot courseId={courseId} />
175
<ProctoringInfoPanel />
176
{ /** Defer showing the goal widget until the ProctoringInfoPanel has resolved or has been determined as
177
disabled to avoid components bouncing around too much as screen is rendered */ }
@@ -181,7 +182,6 @@ const OutlineTab = () => {
181
182
/>
183
)}
184
<CourseTools />
- <CourseOutlineTabNotificationsSlot courseId={courseId} />
185
<CourseDates />
186
<CourseHandouts />
187
0 commit comments