Skip to content

Commit

Permalink
[ApplicationBar] Disable take tour menu item for logged in users.
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanem committed Aug 19, 2024
1 parent b1bd3b7 commit 3182bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/ApplicationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function ApplicationBar({ trigger }) {
<MenuItem key='email' className={classes.accountMenuItem}>
{email}
</MenuItem>,
<MenuItem onClick={handleTour}>Take Tour</MenuItem>,
//<MenuItem onClick={handleTour}>Take Tour</MenuItem>,
<Divider key='divider' />,
<MenuItem key='logout' onClick={handleLogout}>
Logout
Expand Down

0 comments on commit 3182bb0

Please sign in to comment.