Coursemology/coursemology2

View on GitHub
client/app/bundles/course/material/folders/components/buttons/DownloadFolderButton.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function DownloadFolderButton has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DownloadFolderButton: FC<Props> = (props) => {
  const { intl, currFolderId } = props;

  const [isLoading, setIsLoading] = useState(false);

There are no issues that match your filters.

Category
Status