diff --git a/frontend/src/components/Sidebar/sidebar.tsx b/frontend/src/components/Sidebar/sidebar.tsx
index f9a07b3..243f302 100644
--- a/frontend/src/components/Sidebar/sidebar.tsx
+++ b/frontend/src/components/Sidebar/sidebar.tsx
@@ -27,7 +27,8 @@ export function AppSidebar() {
{session &&
(session.user.role === "admin" ||
- session.user.role === "systemAdmin") && (
+ session.user.role === "systemAdmin" ||
+ session.user.role === "manager") && (
)}
diff --git a/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx b/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx
index 6010a58..0b5cbfa 100644
--- a/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx
+++ b/frontend/src/routes/(auth)/-components/NotificationsSubCard.tsx
@@ -51,6 +51,8 @@ export default function NotificationsSubCard({ user }: any) {
}));
}
+ console.log(n);
+
return (