update bank country name👍
This commit is contained in:
@@ -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>
|
||||
),
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user