Updated the ProjectContext.jsx

This commit is contained in:
2023-09-09 17:58:19 +02:00
parent 71df365c0e
commit cf89827bca

View File

@@ -36,7 +36,7 @@ export const ProjectProvider = ({children}) => {
}
}
} catch (e) {
console.error(e);
console.error(e.message);
}
}