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 && ( - )}