fix:build
This commit is contained in:
parent
9762ca27fb
commit
7199e7ebbf
@ -86,7 +86,7 @@ const fetchEntrepreneurs = async (
|
|||||||
) => {
|
) => {
|
||||||
try {
|
try {
|
||||||
const responseData: Entrepreneur[] = useMock
|
const responseData: Entrepreneur[] = useMock
|
||||||
? await mockFetchEntrepreneurs(projectId)
|
? await mockFetchEntrepreneurs(/*projectId*/)
|
||||||
: (
|
: (
|
||||||
await axios.get(
|
await axios.get(
|
||||||
`http://localhost:5000/shared/projects/entrepreneurs/${projectId}`
|
`http://localhost:5000/shared/projects/entrepreneurs/${projectId}`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user