Coursemology/coursemology2

View on GitHub
client/app/bundles/course/courses/pages/CourseShow/index.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function CourseShow has 88 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const CourseShow: FC<Props> = (props) => {
  const { intl } = props;
  const [isLoading, setIsLoading] = useState(true);
  const dispatch = useAppDispatch();
  const { courseId } = useParams();
Severity: Major
Found in client/app/bundles/course/courses/pages/CourseShow/index.tsx - About 3 hrs to fix

There are no issues that match your filters.

Category
Status