refactor(email): improve code formatting and error handling in email route
This commit is contained in:
@@ -59,7 +59,7 @@ const ProjectDetails = () => {
|
||||
try {
|
||||
fetchProjectData(slug);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
console.error(error);
|
||||
setError("Failed to fetch project data");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user