Skip to content

Commit

Permalink
Hide UserSetting Link
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaveer0496 authored and RabidFire committed Oct 7, 2020
1 parent 22f02f3 commit 73db2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/internal/menus/UserMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ function UserMenu({ closeMenu, ssoLogout }) {
{/* <MenuLink to="/user/notifications" onClick={closeMenu}>
Notifications
</MenuLink> */}
<MenuLink to="/user/settings" onClick={closeMenu}>
{/* <MenuLink to="/user/settings" onClick={closeMenu}>
Settings
</MenuLink>
</MenuLink> */}
</MenuBody>
<MenuFooter>
<MenuItem onClick={handleLogout}>
Expand Down

0 comments on commit 73db2d7

Please sign in to comment.