Skip to content

Commit

Permalink
fix: quality
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Nov 1, 2024
1 parent 62697fc commit 9868cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditCoursePage/CollapsibleCourseRun.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 9868cda

Please sign in to comment.