mirror of
https://github.com/Sosokker/B2D-Ventures.git
synced 2025-12-18 21:44:06 +01:00
Refactor ApplyBusiness component and fetch user data on page load
This commit is contained in:
parent
ca895bd605
commit
6298abe0c9
@ -154,8 +154,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