diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index 84079a1..1e18c81 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -79,7 +79,7 @@ export default function ApplyBusiness() { if (result.isConfirmed && applyProject) { window.location.href = "/project/apply"; } else { - // window.location.href = "/"; + window.location.href = "/"; } }); }; @@ -151,8 +151,8 @@ export default function ApplyBusiness() { console.error("Error fetching user ID:", error); } }; - setSucess(true); - // fetchUserData(); + // setSucess(true); + fetchUserData(); }, []); return (