Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function VideoEdit has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const VideoEdit: FC<Props> = (props) => {
  const { open, onClose, video } = props;
  const { t } = useTranslation();
  const dispatch = useAppDispatch();

Severity: Minor
Found in client/app/bundles/course/video/pages/VideoEdit/index.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status