From 2365dbdd0602fee6c8bf89e6f9b741614709cbf1 Mon Sep 17 00:00:00 2001 From: sundarthapa2u Date: Mon, 8 Dec 2025 19:57:35 +0000 Subject: [PATCH] feat: moved upgrade notification CTA to top --- src/course-home/outline-tab/OutlineTab.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => { /> )} -