Coursemology/coursemology2

View on GitHub
client/app/bundles/course/video/components/buttons/WatchVideoButton.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function WatchVideoButton has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const WatchVideoButton: FC<Props> = (props) => {
  const { video, intl } = props;

  const { courseId } = useParams();

There are no issues that match your filters.

Category
Status