diff --git a/packages/desktop/src/components/Terminal.tsx b/packages/desktop/src/components/Terminal.tsx index e8d3fc7..a4b7407 100644 --- a/packages/desktop/src/components/Terminal.tsx +++ b/packages/desktop/src/components/Terminal.tsx @@ -233,7 +233,7 @@ const Navbar = () => { setAnchorEl(null); }; - const { logout } = useAuth(); + const { logout, user } = useAuth(); return ( <> @@ -283,10 +283,7 @@ const Navbar = () => { aria-haspopup="true" aria-expanded={open ? 'true' : undefined} > - +