diff --git a/centrifuge-app/src/components/LoanList.tsx b/centrifuge-app/src/components/LoanList.tsx index 18be9bec1a..8e82233202 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 ( <> - {filters.data.map((loan) => loan.status === 'Active').length} ongoing assets + {rows.filter((row) => !row.marketValue?.isZero()).length} ongoing assets