Coursemology/coursemology2

View on GitHub
client/app/bundles/course/video/pages/VideosIndex/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function VideosIndex has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const VideosIndex: FC = () => {
  const { t } = useTranslation();
  const [isLoading, setIsLoading] = useState(true);
  const [isOpen, setIsOpen] = useState(false);
  const videoMetadata = useAppSelector(getVideoMetadata);
Severity: Major
Found in client/app/bundles/course/video/pages/VideosIndex/index.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status