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) => (