diff --git a/client/pages/Projects.tsx b/client/pages/Projects.tsx index a598363c..402f5aad 100644 --- a/client/pages/Projects.tsx +++ b/client/pages/Projects.tsx @@ -49,7 +49,6 @@ export default function Projects() { .finally(() => setLoading(false)); }, []); - const items = useMemo( () => (dbItems && dbItems.length ? dbItems : SHOWCASE), [dbItems], @@ -76,7 +75,12 @@ export default function Projects() {

{isOwner && ( - )} @@ -95,7 +99,8 @@ export default function Projects() { No projects yet - Add entries in code/client/data/showcase.ts or use /projects/admin. + Add entries in code/client/data/showcase.ts or + use /projects/admin.