From 0eba7ad4a14470f4817df1f91ddf58e83c81c604 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 03:14:43 +0000 Subject: [PATCH] Prettier format pending files --- client/pages/Projects.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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.