diff --git a/src/components/MyWallet/ConfirmAddFund.jsx b/src/components/MyWallet/ConfirmAddFund.jsx index b9d82cd..26b9a1a 100644 --- a/src/components/MyWallet/ConfirmAddFund.jsx +++ b/src/components/MyWallet/ConfirmAddFund.jsx @@ -92,14 +92,15 @@ function ConfirmAddFund({ confirmCredit, onClose, walletItem }) { // if (!data) { // navigate("/my-wallet/add-fund", { replace: true }); // } else { - // setPageLoading(false); - // } + // setPageLoading(false); + // } // }, []); - + + let __confirmCard = JSON.parse(confirmCredit?.data.card); const ThePaymentText = ({ value }) => (
@@ -109,9 +110,8 @@ function ConfirmAddFund({ confirmCredit, onClose, walletItem }) {