department-of-veterans-affairs/vets-website

View on GitHub
src/applications/combined-debt-portal/debt-letters/components/DebtCardsList.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function DebtCardsList has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const DebtCardsList = () => {
  const { debts } = useSelector(
    ({ combinedPortal }) => combinedPortal.debtLetters,
  );

    There are no issues that match your filters.

    Category
    Status