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