diff --git a/src/app/admin/investors/[id]/page.tsx b/src/app/admin/investors/[id]/page.tsx index 48abb48..e1ba549 100644 --- a/src/app/admin/investors/[id]/page.tsx +++ b/src/app/admin/investors/[id]/page.tsx @@ -565,7 +565,7 @@ export default function InvestorDetailPage() { {/* Stats Row */} -
Total Invested
৳{investor.totalInvested.toLocaleString()}
@@ -586,11 +586,14 @@ export default function InvestorDetailPage() {Active Bikes
{investor.activeBikes}
Active Batteries
+{batteries.filter(b => b.investorId === investorId).length}
+Pending Request
৳{investor.pendingEarnings.toLocaleString()}