Checked Errors in Wallet Page and made some tiny fixes

This commit is contained in:
2023-07-24 15:01:03 +01:00
parent 77c538ca79
commit 71f799d157
5 changed files with 20 additions and 16 deletions
@@ -60,14 +60,6 @@ function ConfirmTransfer({ payment, wallet }) {
});
};
useEffect(() => {
// what happens if not state redirect user
if (!state) {
navigate("/my-wallet/transfer-fund", { replace: true });
} else {
setPageLoading(false);
}
}, []);
return (
<div className="content-wrapper w-full lg:flex xl:space-x-8 lg:space-x-4 bottomMargin">
{pageLoading ? (