build search global

This commit is contained in:
2026-03-28 02:03:52 -05:00
parent b1dd8df61e
commit f815bf50ab

View File

@@ -207,7 +207,6 @@ export function Gallery() {
: (() => { : (() => {
const count = data?.total ?? 0; const count = data?.total ?? 0;
const showing = data?.memes.length ?? 0; const showing = data?.memes.length ?? 0;
const showing = data?.memes.length ?? 0;
let label = `${count} meme${count !== 1 ? 's' : ''}`; let label = `${count} meme${count !== 1 ? 's' : ''}`;
if (isUnsorted && count > 50 && !debouncedSearch && !activeTag) { if (isUnsorted && count > 50 && !debouncedSearch && !activeTag) {
label = `Showing last 50 of ${count}`; label = `Showing last 50 of ${count}`;