We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30cef3f commit e31df68Copy full SHA for e31df68
src/components/fundable/LargeProjectCardPage.tsx
@@ -51,7 +51,6 @@ export default function LargeProjectCardPage() {
51
const { pageName } = match.params; /* extract the dynamic part from the url i.e. the pageName*/
52
const projectsByCategory = getCategoryFromProjectPageName(pageName);
53
const project = projectsByCategory.find((project) => project.pageName === pageName);
54
- console.log('project:', project)
55
if (!project) return null;
56
57
return (
0 commit comments