more
This commit is contained in:
@@ -39,7 +39,12 @@ const AccountPage = () => {
|
|||||||
|
|
||||||
const handleCancelSub = () => {
|
const handleCancelSub = () => {
|
||||||
setShowModal(true);
|
setShowModal(true);
|
||||||
// API call
|
try {
|
||||||
|
//API call(s)
|
||||||
|
} catch (err) {
|
||||||
|
console.log(err);
|
||||||
|
}
|
||||||
|
setShowModal(false);
|
||||||
};
|
};
|
||||||
const handleSupport = () => {
|
const handleSupport = () => {
|
||||||
const supReq = "5ac45d12";
|
const supReq = "5ac45d12";
|
||||||
|
|||||||
Reference in New Issue
Block a user