diff --git a/src/components/EditCoursePage/CollapsibleCourseRun.jsx b/src/components/EditCoursePage/CollapsibleCourseRun.jsx index 7ef0c216c..f10a46a22 100644 --- a/src/components/EditCoursePage/CollapsibleCourseRun.jsx +++ b/src/components/EditCoursePage/CollapsibleCourseRun.jsx @@ -280,9 +280,9 @@ class CollapsibleCourseRun extends React.Component { const courseType = courseInfo?.data?.course_type; if (IN_REVIEW_STATUS.includes(courseRun.status) !== isCourseRunInReview) { - setTimeout(() => { - this.setState({ isCourseRunInReview: IN_REVIEW_STATUS.includes(courseRun.status) }); - }, 100); + setTimeout(() => { + this.setState({ isCourseRunInReview: IN_REVIEW_STATUS.includes(courseRun.status) }); + }, 100); } return (