removed cleanTel
This commit is contained in:
parent
401b02cc3b
commit
9258feedfc
@ -788,10 +788,6 @@ const validateEmail = email => {
|
||||
// validate an array of emails
|
||||
const validateEmails = arr => arr.every(validateEmail);
|
||||
|
||||
// TODO
|
||||
// clean a telephone number (removes - ...)
|
||||
const cleanTel = tel => tel;
|
||||
|
||||
// copy of a string
|
||||
const copyToClipboard = str => {
|
||||
let el = document.createElement("textarea");
|
||||
|
Loading…
x
Reference in New Issue
Block a user