From 72e2fde79609f10e8b008eeeb06569d521fb3771 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:34:31 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/collections.index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/collections.index.tsx b/src/routes/collections.index.tsx index beebc29..bceedce 100644 --- a/src/routes/collections.index.tsx +++ b/src/routes/collections.index.tsx @@ -56,7 +56,7 @@ function CollectionsIndexPage() { supabase .from("collections") .select( - "id, status, current_stage, opened_at, homeowner:homeowners(id, first_name, last_name, unit_number, opening_balance), case:cases(id, case_number, title, client:clients(id, name))", + "id, status, current_stage, opened_at, name, homeowner:homeowners(id, first_name, last_name, unit_number, opening_balance), case:cases(id, case_number, title, client:clients(id, name))", ) .order("created_at", { ascending: false }), supabase