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";