From 51026e3e2cce4d7f696d26aae305b3fd221f5bb1 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 11 May 2026 15:38:44 -0500 Subject: [PATCH] ci(notification): removal of more console logs that shouldnt be here --- frontend/src/components/Sidebar/sidebar.tsx | 3 ++- .../src/routes/(auth)/-components/NotificationsSubCard.tsx | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 (