mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-19 05:54:06 +01:00
completed the business's apply page
This commit is contained in:
parent
82bfbe95a9
commit
fd911a722d
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user