department-of-veterans-affairs/vets-website

View on GitHub
src/applications/vaos/covid-19-vaccine/redux/selectors.js

Summary

Maintainability
A
1 hr
Test Coverage

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

export function getFacilityPageInfo(state) {
  const formInfo = getCovid19VaccineFormPageInfo(state, 'vaFacility');
  const data = selectCovid19VaccineFormData(state);
  const newBooking = selectCovid19VaccineNewBooking(state);

Severity: Minor
Found in src/applications/vaos/covid-19-vaccine/redux/selectors.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status