This commit is contained in:
Kenneth Jannette
2024-01-23 11:37:10 -06:00
parent dfa1aa56da
commit 3411a3373c

View File

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