Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Sep 23, 2024
1 parent 8dbadb9 commit 907d0e1
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ export const useConfirmNewBridgePrice = () => {
} else {
resetConfirm()
}
}, [
bridgeQuote,
previousBridgeQuote,
hasSameSelectionsAsPreviousQuote,
])
}, [bridgeQuote, previousBridgeQuote, hasSameSelectionsAsPreviousQuote])

const requestUserConfirmChange = (previousQuote: BridgeQuote) => {
if (!hasQuoteOutputChanged && !hasUserConfirmedChange) {
Expand Down

0 comments on commit 907d0e1

Please sign in to comment.