department-of-veterans-affairs/vets-website

View on GitHub
src/applications/check-in/containers/withForm.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function withForm has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const withForm = (Component, options = {}) => {
  const WrappedComponent = props => {
    const { appName } = options;
    const { router } = props;
    const selectForm = useMemo(makeSelectForm, []);
Severity: Minor
Found in src/applications/check-in/containers/withForm.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status