Coursemology/coursemology2

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

Summary

Maintainability
A
1 hr
Test Coverage

Function VideoNew has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const VideoNew: FC<Props> = (props) => {
  const { open, onClose, currentTab } = props;
  const { t } = useTranslation();
  const [, setSearchParams] = useSearchParams();
  const videoTabs = useAppSelector(getVideoTabs);
Severity: Minor
Found in client/app/bundles/course/video/pages/VideoNew/index.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status