Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramirisu committed Feb 25, 2024
1 parent 88f2ae9 commit 4fb4047
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Result.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ const linkButtonStyles = stylex.create({
})

const Result = () => {
// eslint-disable-next-line no-unused-vars
const [searchParams, setSearchParams] = useSearchParams()
const [searchParams] = useSearchParams()
const { t, i18n } = useTranslation()
const screens = useBreakpoint()
const navigate = useNavigate()
Expand Down

0 comments on commit 4fb4047

Please sign in to comment.