From 3411a3373c609e2b87b4dc3735a32b2b470eac76 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Tue, 23 Jan 2024 11:37:10 -0600 Subject: [PATCH] more --- src/Components/Account/AccountPage.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Components/Account/AccountPage.js b/src/Components/Account/AccountPage.js index 76da7cd..49613f5 100644 --- a/src/Components/Account/AccountPage.js +++ b/src/Components/Account/AccountPage.js @@ -39,7 +39,12 @@ const AccountPage = () => { const handleCancelSub = () => { setShowModal(true); - // API call + try { + //API call(s) + } catch (err) { + console.log(err); + } + setShowModal(false); }; const handleSupport = () => { const supReq = "5ac45d12";