Skip to content

Commit

Permalink
chore: fix lint error:
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Jan 16, 2024
1 parent 852bc86 commit aa678ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ui/components/containers/headers/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function Header({
<LeatherButton
data-testid={SettingsSelectors.SettingsMenuBtn}
// onClick={() => setIsShowingSettings(!isShowingSettings)}
onClick={() => console.log('toggle setting')}
onClick={() => null}
variant="ghost"
>
<HamburgerIcon />
Expand Down

0 comments on commit aa678ec

Please sign in to comment.