Updated the ProjectContext.jsx

This commit is contained in:
Mathias Wagner 2023-09-09 17:58:19 +02:00
parent 71df365c0e
commit cf89827bca
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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