From 605796df999dcf4ca020156634654add51404dd3 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 1 Feb 2024 23:56:33 -0600 Subject: [PATCH] more --- src/Components/Account/AccountPage.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Components/Account/AccountPage.js b/src/Components/Account/AccountPage.js index ee5cca5..2dc9dd0 100644 --- a/src/Components/Account/AccountPage.js +++ b/src/Components/Account/AccountPage.js @@ -42,10 +42,6 @@ const AccountPage = () => { useEffect(getDocumentsCount, [appUserId]); - const telNumberFormat = (num) => { - return `(${num.slice(0, 3)}) ${num.slice(4, 7)}-${num.slice(6, 10)}`; - }; - const handleCancelSub = async () => { setShowModal(true); try {