From 2147914c813071d67a97c2fd88774c0fa1380af2 Mon Sep 17 00:00:00 2001
From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com>
Date: Tue, 15 Oct 2024 13:11:05 +0530
Subject: [PATCH] IO Nav Details Update
---
.../IO_Management/CreateIO/IONAVDetails.jsx | 10 ++++--
.../InvestorDetails/ProfileView.jsx | 16 ++++-----
src/Routes/Nav.js | 34 +++++++++----------
3 files changed, 32 insertions(+), 28 deletions(-)
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: [