Skip to content

Commit

Permalink
fix: quality
Browse files Browse the repository at this point in the history
  • Loading branch information
AfaqShuaib09 committed Oct 30, 2024
1 parent d68d621 commit bd5cef5
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) });

Check warning on line 284 in src/components/EditCoursePage/CollapsibleCourseRun.jsx

View check run for this annotation

Codecov / codecov/patch

src/components/EditCoursePage/CollapsibleCourseRun.jsx#L283-L284

Added lines #L283 - L284 were not covered by tests
}, 100);
}

Expand Down

0 comments on commit bd5cef5

Please sign in to comment.