department-of-veterans-affairs/vets-website

View on GitHub
src/platform/user/profile/vap-svc/util/contact-information/phoneUtils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function phoneUiSchema has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const phoneUiSchema = fieldName => {
  return {
    inputPhoneNumber: {
      'ui:title': `${fieldName} (U.S. numbers only)`,
      'ui:webComponentField': VaTextInputField,

    There are no issues that match your filters.

    Category
    Status