Skip to content

Commit

Permalink
fix: fix eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-f committed Jun 17, 2024
1 parent 0971561 commit b57508f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useHashParams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const useHashParams = () => {
window.location.hash = newValue;
}
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[value]
);

Expand Down

0 comments on commit b57508f

Please sign in to comment.