From 1a07d1b5ba2c0091568a92463fa89cf50bd27c88 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:08:36 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/archive.index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/routes/archive.index.tsx b/src/routes/archive.index.tsx index 913bceb..b7200ec 100644 --- a/src/routes/archive.index.tsx +++ b/src/routes/archive.index.tsx @@ -303,6 +303,13 @@ function ArchivePage() { )} + {!loading && rows.length > 0 && rows.length < totalCount && ( +
+ +
+ )}