department-of-veterans-affairs/vets-website

View on GitHub
src/applications/claims-status/components/ClosedClaimMessage.jsx

Summary

Maintainability
A
1 hr
Test Coverage

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

const getRecentlyClosedClaims = claims => {
  return claims
    .filter(isBenefitsClaimOrAppeal)
    .filter(claim => {
      // Check if this is an appeal, if so we want to filter it out
Severity: Minor
Found in src/applications/claims-status/components/ClosedClaimMessage.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status