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}`;