Feature/add current location map

This commit is contained in:
AmirHossein Mahmoodi
2025-04-08 10:44:32 +00:00
parent 20d4746e66
commit 959456d0ef
6 changed files with 115 additions and 30 deletions

View File

@@ -290,7 +290,10 @@ export const pageMenu = [
type: "menu",
icon: <RouteIcon sx={{ width: "inherit", height: "inherit" }} />,
hasSubitems: true,
badges: [{ key: "safetyAndPrivacy.step_one", color: 'warning' }, { key: "safetyAndPrivacy.step_two", color: 'error' }],
badges: [
{ key: "safetyAndPrivacy.step_one", color: "warning" },
{ key: "safetyAndPrivacy.step_two", color: "error" },
],
Subitems: [
{
id: "safetyAndPrivacyManagmentOparation",
@@ -519,6 +522,6 @@ export const pageMenu = [
icon: <DriveEtaIcon sx={{ width: "inherit", height: "inherit" }} />,
permissions: [""],
},
]
}
],
},
];