diff --git a/src/routes/collections.index.tsx b/src/routes/collections.index.tsx index 8e56dc0..d522b41 100644 --- a/src/routes/collections.index.tsx +++ b/src/routes/collections.index.tsx @@ -209,17 +209,17 @@ function CollectionsIndexPage() { - Homeowner - HOA / Case - Stage - Open tasks - Opened - Balance + + + + + + - {filtered.map((r) => { + {sorted.map((r) => { const bal = balances[r.id] ?? 0; const tcount = openTaskCounts[r.id] ?? 0; return (