diff --git a/client/src/components/Layout.tsx b/client/src/components/Layout.tsx index deb863e..9b2ebfc 100644 --- a/client/src/components/Layout.tsx +++ b/client/src/components/Layout.tsx @@ -114,7 +114,7 @@ export function Layout({ children, user, onLogout }: LayoutProps) { ))} {user && ( -
+

{user.name}

{user.role}