From 4d6ea0ed85e4fd8dbd8c2e13f6425f87bac6526e Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 07:10:54 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/collections.index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 (