From a0a1849a792494a7ddd63c09ef290d46000d8cd5 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Mon, 9 Sep 2024 21:46:07 +0530 Subject: [PATCH] Investment name update in portfolio --- .../InvestorDetails/InvestorDetails.jsx | 1 + .../InvestorDetails/ViewInvestorDetails.jsx | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx b/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx index abe3799..fd07db7 100644 --- a/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/InvestorDetails.jsx @@ -83,6 +83,7 @@ const InvestorDetails = () => { // ====================================================[Table Setup]================================================================ const tableHeadRow = [ "Sr No", + "Client ID", "First Name", "Last Name", diff --git a/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx b/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx index 8c1fae9..bb10228 100644 --- a/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx +++ b/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx @@ -62,6 +62,7 @@ const ViewInvestorDetails = () => { const tableHeadRow = [ // "Sr N/O", "Deal Name", + "IO Name", "Sponsor Name", "Investment Amount", "Percentage", @@ -110,6 +111,13 @@ const ViewInvestorDetails = () => { {index + 1}. ), + "IO Name": ( + + + {item.investmentNameEnglish} + + + ), "Deal Name": (