department-of-veterans-affairs/vets-website

View on GitHub
src/applications/combined-debt-portal/debt-letters/containers/DebtLettersDownload.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function DebtLettersDownload has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DebtLettersDownload = () => {
  const { debtLinks, isError, isVBMSError, hasDependentDebts } = useSelector(
    ({ combinedPortal }) => combinedPortal.debtLetters,
  );

    There are no issues that match your filters.

    Category
    Status