ci(notification): removal of more console logs that shouldnt be here

This commit is contained in:
2026-05-11 15:38:44 -05:00
parent 9631736e26
commit 51026e3e2c
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,8 @@ export function AppSidebar() {
<MobileBar session={session} />
{session &&
(session.user.role === "admin" ||
session.user.role === "systemAdmin") && (
session.user.role === "systemAdmin" ||
session.user.role === "manager") && (
<AdminSidebar session={session} />
)}
</SidebarContent>

View File

@@ -51,6 +51,8 @@ export default function NotificationsSubCard({ user }: any) {
}));
}
console.log(n);
return (
<div>
<Card className="p-3 w-lg">