Skip to content

Commit

Permalink
fix: remove unnecessary role
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Apr 15, 2024
1 parent 0f3f12e commit 216399d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/components/NavBar/ProfileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const ProfileMenu = () => {
<>
<Tooltip title={t('navbar:settings')}>
<IconButton
role='button'
onClick={handleClick}
size='small'
sx={{ ml: 2 }}
Expand Down

0 comments on commit 216399d

Please sign in to comment.