From b3b0d0af02f79198d5080c246ec9df9797273949 Mon Sep 17 00:00:00 2001 From: katty barroso Date: Tue, 5 Nov 2024 14:46:14 +0100 Subject: [PATCH] Add ongoing assets --- centrifuge-app/src/components/LoanList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centrifuge-app/src/components/LoanList.tsx b/centrifuge-app/src/components/LoanList.tsx index 9b028a1c58..bd2347f209 100644 --- a/centrifuge-app/src/components/LoanList.tsx +++ b/centrifuge-app/src/components/LoanList.tsx @@ -267,7 +267,7 @@ export function LoanList({ loans }: Props) { return ( <> - Assets + {filters.data.map((loan) => loan.status === 'Active').length} ongoing assets