Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Sep 27, 2023
1 parent 586e5ad commit 51219d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/common/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function PageHeader() {
if (!isMediumDown) setGlobalNavRevealed(false);
}, [isMediumDown]);

const closeNavOnClick = useCallback((e) => {
const closeNavOnClick = useCallback(() => {
setGlobalNavRevealed(false);
}, []);

Expand Down

0 comments on commit 51219d8

Please sign in to comment.