Skip to content

Commit

Permalink
Remove no-op ESLint rule control
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs committed Mar 28, 2023
1 parent 423ebb9 commit c767e91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/About/AboutControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export default function AboutControl() {
setIsDialogDisplayed(value)
}

// eslint-disable-next-line no-unused-vars
const setIsDialogDisplayedForDialog = () => {
setIsDialogDisplayed(false)
setCookieBoolean({component: 'about', name: 'isFirstTime', value: false})
Expand Down

0 comments on commit c767e91

Please sign in to comment.