From 5e37939864622be15feea087637f68f9271f4fff 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 17:31:27 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/cases.index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/cases.index.tsx b/src/routes/cases.index.tsx index 5eb5c82..a277fe0 100644 --- a/src/routes/cases.index.tsx +++ b/src/routes/cases.index.tsx @@ -382,7 +382,7 @@ function CasesList() { {view === "archived" ? "No archived cases." : "No cases."} )} - {sorted.map((c) => ( + {paged.map((c) => (