department-of-veterans-affairs/vets-website

View on GitHub
src/applications/mhv-medical-records/components/shared/ItemList.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function ItemList has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ItemList = props => {
  const { list } = props;
  if (typeof list === 'string')
    return (
      <span data-dd-privacy="mask" data-testid="item-list-string">
Severity: Minor
Found in src/applications/mhv-medical-records/components/shared/ItemList.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status