department-of-veterans-affairs/vets-website

View on GitHub
src/applications/check-in/day-of/pages/Demographics.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function Demographics has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Demographics = props => {
  const dispatch = useDispatch();
  const selectVeteranData = useMemo(makeSelectVeteranData, []);
  const { t } = useTranslation();
  const { demographics } = useSelector(selectVeteranData);
Severity: Major
Found in src/applications/check-in/day-of/pages/Demographics.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status