Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 12, 2023
1 parent 02d57c0 commit 0fd0e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tx-flow/common/TxNonce/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const TxNonceForm = ({ nonce, recommendedNonce }: { nonce: string; recommendedNo
}

setWarning(message)
}, [nonce])
}, [nonce, recommendedNonce, safe.nonce])

return (
<Controller
Expand Down

0 comments on commit 0fd0e2d

Please sign in to comment.