From 425830ea3be7ac448b6dd46c4e77103b6168e24e Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 8 Oct 2023 23:20:39 -0600 Subject: [PATCH] Fixing application error on route from different for projectLink --- src/pages/portfolio/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/portfolio/index.tsx b/src/pages/portfolio/index.tsx index fdfc79e..62095fc 100644 --- a/src/pages/portfolio/index.tsx +++ b/src/pages/portfolio/index.tsx @@ -83,7 +83,7 @@ export default function Portfolio({ projects }: any): JSX.Element { ))}
- {!isLoading ? ( + {!isLoading && project.acm_fields ? ( <>