department-of-veterans-affairs/vets-website

View on GitHub
src/applications/caregivers/components/ApplicationDownloadLink.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function ApplicationDownloadLink has 80 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ApplicationDownloadLink = () => {
  const [loading, isLoading] = useState(false);
  const [errors, setErrors] = useState([]);

  // define local use variables
Severity: Major
Found in src/applications/caregivers/components/ApplicationDownloadLink.jsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status