diff --git a/src/components/molecules/ProjectCard.tsx b/src/components/molecules/ProjectCard.tsx index 46a29542a..5f67bb3ca 100644 --- a/src/components/molecules/ProjectCard.tsx +++ b/src/components/molecules/ProjectCard.tsx @@ -140,7 +140,7 @@ export const ProjectCard = ({ title, imgSrc, open, name, className, project, ... {title} - + {project.fundingGoal && { const { projectId } = useParams<{ projectId: string }>(); @@ -62,7 +61,6 @@ export const Project = () => { -