Coursemology/coursemology2

View on GitHub
client/app/bundles/course/material/folders/pages/FolderEdit/index.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FolderEdit has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const FolderEdit: FC<Props> = (props) => {
  const { isOpen, onClose, folderId, initialValues } = props;
  const { t } = useTranslation();

  const dispatch = useAppDispatch();

There are no issues that match your filters.

Category
Status