From 8792cdb82391e86eb5d4579d303d77028a09dd91 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 18:28:09 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/archive.index.tsx | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/src/routes/archive.index.tsx b/src/routes/archive.index.tsx index 4830103..1476f6e 100644 --- a/src/routes/archive.index.tsx +++ b/src/routes/archive.index.tsx @@ -258,8 +258,32 @@ function ArchivePage() {
Showing {rows.length} of {totalCount} {debouncedSearch ? "matching" : ""} rows
+ {isAdmin && activeId && ( + + )} {isAdmin && rows.length > 0 && ( - )}