Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Jul 13, 2023
1 parent 7aaf476 commit 34de193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tx/security/redefine/useRedefine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const useRedefine = (
threshold: safe.threshold,
})
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[safe.chainId, safe.threshold, safeAddress, safeTransaction, wallet?.address, retryCounter, isFeatureEnabled],
false,
)
Expand Down

0 comments on commit 34de193

Please sign in to comment.