From cc996601d004c7a5883f49a8da2407f069d2d82c Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 08:49:05 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/cases/collections-tab.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/cases/collections-tab.tsx b/src/components/cases/collections-tab.tsx index 1e60b82..07d5a4f 100644 --- a/src/components/cases/collections-tab.tsx +++ b/src/components/cases/collections-tab.tsx @@ -414,12 +414,14 @@ export function CaseCollectionsTab({ export function CollectionDetail({ collection, annualRate, + client, currentBalance: _currentBalance, onBack, onChange, }: { collection: any; annualRate: number | null; + client?: any; currentBalance: number; onBack: () => void; onChange: () => void;