department-of-veterans-affairs/vets-website

View on GitHub
src/applications/burial-poc-v6/pages/ClaimantInformation.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ClaimantInformation has 62 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function ClaimantInformation(props) {
  const { values, setFieldValue } = useFormikContext();
  const getOptions = [
    { label: 'Spouse', value: 'spouse', key: 1 },
    { label: 'Child', value: 'child', key: 2 },
Severity: Major
Found in src/applications/burial-poc-v6/pages/ClaimantInformation.jsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status