department-of-veterans-affairs/vets-website

View on GitHub
src/applications/appeals/testing/nod-new/containers/App.jsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function App has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function App(props) {
  const { location, children } = props;
  const { chapterTitles, findPageFromPath } = setupPages(formConfig);
  const currentPath = location.pathname;
  const { chapterIndex } = findPageFromPath(currentPath);
Severity: Major
Found in src/applications/appeals/testing/nod-new/containers/App.jsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status