department-of-veterans-affairs/vets-website

View on GitHub
src/platform/forms-system/src/js/web-component-fields/commonFieldMapping.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function commonFieldMapping has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function commonFieldMapping(props) {
  const { label, required, error, uiOptions, childrenProps } = props;

  const labelHeaderLevelStyle = uiOptions?.labelHeaderLevelStyle;
  const headerStyle = labelHeaderLevelStyle

    There are no issues that match your filters.

    Category
    Status