diff --git a/src/course-home/outline-tab/OutlineTab.jsx b/src/course-home/outline-tab/OutlineTab.jsx index db33f55f..99ce8f35 100644 --- a/src/course-home/outline-tab/OutlineTab.jsx +++ b/src/course-home/outline-tab/OutlineTab.jsx @@ -171,6 +171,7 @@ const OutlineTab = () => { {rootCourseId && (
+ { /** Defer showing the goal widget until the ProctoringInfoPanel has resolved or has been determined as disabled to avoid components bouncing around too much as screen is rendered */ } @@ -181,7 +182,6 @@ const OutlineTab = () => { /> )} -