diff --git a/src/routes/archive.index.tsx b/src/routes/archive.index.tsx index 0bc5f8c..5978ab9 100644 --- a/src/routes/archive.index.tsx +++ b/src/routes/archive.index.tsx @@ -230,7 +230,7 @@ function ArchivePage() { className="flex-1" />
- {filteredRows.length} of {rows.length} rows + Showing {rows.length} of {totalCount} {debouncedSearch ? "matching" : ""} rows
{isAdmin && rows.length > 0 && (