diff --git a/src/components/layout/vertical/VerticalMenu.tsx b/src/components/layout/vertical/VerticalMenu.tsx
index e963920..66e8c22 100644
--- a/src/components/layout/vertical/VerticalMenu.tsx
+++ b/src/components/layout/vertical/VerticalMenu.tsx
@@ -113,12 +113,17 @@ const VerticalMenu = ({ dictionary, scrollMenu }: Props) => {
{dictionary['navigation'].purchase_quotes}
- }>
-
-
+ }
+ exactMatch={false}
+ activeUrl='/apps/expense'
+ >
+ {dictionary['navigation'].expenses}
+
}
+ icon={}
exactMatch={false}
activeUrl='/apps/cash-bank'
>
@@ -167,14 +172,22 @@ const VerticalMenu = ({ dictionary, scrollMenu }: Props) => {
- }>
-
- {/* */}
-
- }>
-
- {/* */}
-
+ }
+ exactMatch={false}
+ activeUrl='/apps/user/list'
+ >
+ {dictionary['navigation'].user}
+
+ }
+ exactMatch={false}
+ activeUrl='/apps/vendor/list'
+ >
+ {dictionary['navigation'].vendor}
+