Skip to content

Commit

Permalink
Ignore unused useActions
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Dec 11, 2024
1 parent 80c9f88 commit 97820ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/desktop-client/src/hooks/useActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export type BoundActions = {
* @deprecated please use actions directly with `useDispatch`
* @see https://github.com/reduxjs/react-redux/issues/1252#issuecomment-488160930
**/
// eslint-disable-next-line import/no-unused-modules
export function useActions() {
const dispatch = useDispatch();
return useMemo(() => {
Expand Down

0 comments on commit 97820ca

Please sign in to comment.