Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
613694ac49
commit
cc996601d0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user