Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:49:05 +00:00
co-authored by renee-png
parent 613694ac49
commit cc996601d0
+2
View File
@@ -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;