From 8738f90c7e373df5c628b1b726c62cb9b92f5b83 Mon Sep 17 00:00:00 2001 From: AV77web Date: Sun, 31 May 2026 17:17:06 +0200 Subject: [PATCH] correzione a Layout management --- src/app/(management)/layout.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/app/(management)/layout.tsx b/src/app/(management)/layout.tsx index b331c1d..1573611 100644 --- a/src/app/(management)/layout.tsx +++ b/src/app/(management)/layout.tsx @@ -20,14 +20,7 @@ export default async function ManagementLayout({
} /> -
-
-
- {session.user.utente} -
-
-
-
{children}
+
{children}
);