IO Nav Details Update

This commit is contained in:
YasinShaikh123
2024-10-15 13:11:05 +05:30
parent 3696ec5e59
commit 2147914c81
3 changed files with 32 additions and 28 deletions

View File

@@ -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"}

View File

@@ -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",

View File

@@ -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: [