diff --git a/spiffworkflow-frontend/src/components/NavigationBar.tsx b/spiffworkflow-frontend/src/components/NavigationBar.tsx index a0984d284..3789cfff5 100644 --- a/spiffworkflow-frontend/src/components/NavigationBar.tsx +++ b/spiffworkflow-frontend/src/components/NavigationBar.tsx @@ -86,43 +86,11 @@ export default function NavigationBar() { return activeKey === menuItemPath; }; - const [openTwo, setOpenTwo] = useState(false); - - const popover = ( -
- - - -

{UserService.getPreferredUsername()}

-

{UserService.getUserEmail()}

-
- -
-
-
- ); + const [openProfileMenu, setOpenProfileMenu] = useState(false); const toggletip = (
- +