EscolaLMS/Front

View on GitHub
src/components/Profile/ProfileCertificates/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ProfileCertificates has 65 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ProfileCertificates: React.FC = () => {
  const { certificates, fetchCertificates } = useContext(EscolaLMSContext);
  const { t } = useTranslation();

  const { downloadCertificate, loadingId } = useCertificateDownload();
Severity: Major
Found in src/components/Profile/ProfileCertificates/index.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status