diff --git a/src/components/EditCoursePage/CollapsibleCourseRun.jsx b/src/components/EditCoursePage/CollapsibleCourseRun.jsx index f10a46a22..082cee9ea 100644 --- a/src/components/EditCoursePage/CollapsibleCourseRun.jsx +++ b/src/components/EditCoursePage/CollapsibleCourseRun.jsx @@ -281,7 +281,7 @@ class CollapsibleCourseRun extends React.Component { if (IN_REVIEW_STATUS.includes(courseRun.status) !== isCourseRunInReview) { setTimeout(() => { - this.setState({ isCourseRunInReview: IN_REVIEW_STATUS.includes(courseRun.status) }); + this.setState({ isCourseRunInReview: IN_REVIEW_STATUS.includes(courseRun.status) }); }, 100); }