update bank country name👍

This commit is contained in:
YasinShaikh123
2024-09-17 15:39:39 +05:30
parent a126d6515d
commit fdb9ccefa9
3 changed files with 8 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ const BankDetails = () => {
"Country name": (
<Box w={"auto"} isTruncated={true}>
<Text as={"span"} color={"teal.900"}>
{/* {item.country_xid} */}
{item?.country?.countryName}
</Text>
</Box>
),

View File

@@ -181,11 +181,11 @@ export const nav = [
path: "/academy",
icon: GrManual,
},
{
title: "Notification",
path: "/notification",
icon: MdNotificationsNone,
},
// {
// title: "Notification",
// path: "/notification",
// icon: MdNotificationsNone,
// },
{
title: "Contact Details",
path: "/contact",

View File

@@ -104,8 +104,8 @@ export const RouteLink = [
{ path: "/notification", Component: UnderConstruction },
{ path: "/contact", Component: Contact },
// { path: "/contact", Component: UnderConstruction },
{ path: "/users", Component: Users },
// { path: "/users", Component: UnderConstruction },
// { path: "/users", Component: Users },
{ path: "/users", Component: UnderConstruction },
{ path: "/bank-details", Component: BankDetails },
// { path: "/bank-details", Component: UnderConstruction },
{ path: "/bank-details/edit-bank-details/:id", Component: EditBankDetails },