diff --git a/src/course-unit/CourseUnit.jsx b/src/course-unit/CourseUnit.jsx index c74322d314..89d0143776 100644 --- a/src/course-unit/CourseUnit.jsx +++ b/src/course-unit/CourseUnit.jsx @@ -70,6 +70,10 @@ const CourseUnit = ({ courseId }) => { setUnitXBlocks(courseVerticalChildren.children); }, [courseVerticalChildren.children]); + useEffect(() => { + window.scrollTo({ top: 0, behavior: 'smooth' }); + }, []); + const { isShow: isShowProcessingNotification, title: processingNotificationTitle,