IO Nav Details Update
This commit is contained in:
@@ -143,13 +143,17 @@ const IONAVDetails = () => {
|
||||
gap={2}
|
||||
className="d-flex align-items-center web-text-small"
|
||||
>
|
||||
<Avatar size="sm" name={"faisal"} src={null} />
|
||||
Faisal
|
||||
<Avatar
|
||||
size="sm"
|
||||
name={item.creator?.firstName}
|
||||
src={item.creator?.profilePhoto}
|
||||
/>
|
||||
{item.creator?.firstName}
|
||||
</Text>
|
||||
),
|
||||
"Update On": (
|
||||
<Text
|
||||
justifyContent={"center"}
|
||||
justifyContent={"center"}
|
||||
as={"span"}
|
||||
color={"teal.900"}
|
||||
fontWeight={"500"}
|
||||
|
||||
@@ -115,14 +115,14 @@ const ProfileView = () => {
|
||||
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",
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user