front_foundation #11

Closed
adnane wants to merge 146 commits from front_foundation into main
Showing only changes of commit 7199e7ebbf - Show all commits

View File

@ -86,7 +86,7 @@ const fetchEntrepreneurs = async (
) => {
try {
const responseData: Entrepreneur[] = useMock
? await mockFetchEntrepreneurs(projectId)
? await mockFetchEntrepreneurs(/*projectId*/)
: (
await axios.get(
`http://localhost:5000/shared/projects/entrepreneurs/${projectId}`