remove phone validation check #13341
Labels
Facilities
Facilities products (VAMC, Vet Center, etc)
sitewide
Technical debt
VA.gov frontend
CMS team practice area
VAMC
CMS managed product owned by Facilities team
Issue Description
Currently, phone numbers are validated to confirm they contain 10 digits. This is no longer needed and can be removed to simplify the code.
Engineering Notes (updated 5/4/2023)
This appears to be referring to the file
src/applications/facility-locator/components/search-results-items/common/LocationPhoneLink.jsx
.We should confirm that this validation is no longer needed. If the component handles this correctly, we should just be able to delete the entire block of code shown above.
Tasks
Acceptance Criteria
The text was updated successfully, but these errors were encountered: