diff --git a/src/Pages/IO_Management/CreateIO/IONAVDetails.jsx b/src/Pages/IO_Management/CreateIO/IONAVDetails.jsx
index e4e6196..209fe51 100644
--- a/src/Pages/IO_Management/CreateIO/IONAVDetails.jsx
+++ b/src/Pages/IO_Management/CreateIO/IONAVDetails.jsx
@@ -143,13 +143,17 @@ const IONAVDetails = () => {
gap={2}
className="d-flex align-items-center web-text-small"
>
-
- Faisal
+
+ {item.creator?.firstName}
),
"Update On": (
{
section: "Personal Details",
width: "32%",
},
- {
- label: "Investor limit",
- value: foundObject?.investorLimit,
- type: "text",
- isRequired: true,
- section: "Personal Details",
- width: "32%",
- },
+ // {
+ // label: "Investor limit",
+ // value: foundObject?.investorLimit,
+ // type: "text",
+ // isRequired: true,
+ // section: "Personal Details",
+ // width: "32%",
+ // },
{
label: "KYC Status",
value: foundObject?.KYCStatus ? "Completed" : "Not complete",
diff --git a/src/Routes/Nav.js b/src/Routes/Nav.js
index 922ceec..fdc45a2 100644
--- a/src/Routes/Nav.js
+++ b/src/Routes/Nav.js
@@ -156,23 +156,23 @@ export const nav = [
type: "accordion",
Icon: BiMoneyWithdraw,
},
- {
- title: "Investor Upgradation",
- submenu: [
- {
- title: "Pending Request",
- path: "/investor-request",
- icon: RiMoneyDollarBoxLine,
- },
- {
- title: "View History",
- path: "/investor-history",
- icon: RiExchangeBoxLine,
- },
- ],
- type: "accordion",
- Icon: MdBrowserUpdated,
- },
+ // {
+ // title: "Investor Upgradation",
+ // submenu: [
+ // {
+ // title: "Pending Request",
+ // path: "/investor-request",
+ // icon: RiMoneyDollarBoxLine,
+ // },
+ // {
+ // title: "View History",
+ // path: "/investor-history",
+ // icon: RiExchangeBoxLine,
+ // },
+ // ],
+ // type: "accordion",
+ // Icon: MdBrowserUpdated,
+ // },
{
title: "Account Deletion",
submenu: [