From d68d621ec5e1c1fe23283053d95988e7e8f1fb5d Mon Sep 17 00:00:00 2001 From: Muhammad Afaq Shuaib Date: Thu, 31 Oct 2024 00:42:49 +0500 Subject: [PATCH] fix: eslint quality --- src/components/EditCoursePage/CollapsibleCourseRun.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (