diff --git a/src/components/NavBar/DrawerItem/DrawerItem.jsx b/src/components/NavBar/DrawerItem/DrawerItem.jsx
index 842bc5b10..9bd7eece7 100644
--- a/src/components/NavBar/DrawerItem/DrawerItem.jsx
+++ b/src/components/NavBar/DrawerItem/DrawerItem.jsx
@@ -128,7 +128,8 @@ const DrawerItem = ({ toolsList }) => {
}
/>
- {toolsList.map((item, index) => {
+ {toolsList.map((item) => {
+ let index = item.id - 1;
if (item.path) {
return (