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 960f669..9f416f3 100644
--- a/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx
+++ b/src/Pages/Investor_Management/InvestorDetails/ViewInvestorDetails.jsx
@@ -63,6 +63,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": (