CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
35 stars 14 forks source link

fix: handle invalid telephone numbers #2868

Closed mcmcgrath13 closed 2 weeks ago

mcmcgrath13 commented 2 weeks ago

PULL REQUEST

Summary

When a telephone number exists, but can't be coerced into the expected format, return the string "Invalid Number" instead of undefined. Also add a : to separate use and value now that we can have words on both sides.

Related Issue

Fixes #2730

Additional Information

Before: image

With Fix: (data mocked)

image

Checklist