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) {
|
if (result.isConfirmed && applyProject) {
|
||||||
window.location.href = "/project/apply";
|
window.location.href = "/project/apply";
|
||||||
} else {
|
} else {
|
||||||
// window.location.href = "/";
|
window.location.href = "/";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
@ -151,8 +151,8 @@ export default function ApplyBusiness() {
|
|||||||
console.error("Error fetching user ID:", error);
|
console.error("Error fetching user ID:", error);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
setSucess(true);
|
// setSucess(true);
|
||||||
// fetchUserData();
|
fetchUserData();
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user