From f815bf50abbcf0ba585774b6e1f84c8ff1a9bfec Mon Sep 17 00:00:00 2001 From: jason Date: Sat, 28 Mar 2026 02:03:52 -0500 Subject: [PATCH] build search global --- frontend/src/pages/Gallery.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/Gallery.tsx b/frontend/src/pages/Gallery.tsx index 8c60dea..24dbf7c 100644 --- a/frontend/src/pages/Gallery.tsx +++ b/frontend/src/pages/Gallery.tsx @@ -207,7 +207,6 @@ export function Gallery() { : (() => { const count = data?.total ?? 0; const showing = data?.memes.length ?? 0; - const showing = data?.memes.length ?? 0; let label = `${count} meme${count !== 1 ? 's' : ''}`; if (isUnsorted && count > 50 && !debouncedSearch && !activeTag) { label = `Showing last 50 of ${count}`;