Skip to content

Commit

Permalink
Merge branch 'main' into open-end-maturity
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Jun 20, 2024
2 parents 4e4b8ac + 1804726 commit bb3eb4d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ function AOForm({
)

const { add: addedWithdraw, remove: removedWithdraw } = diffWithdrawAddresses(
initialValues.withdrawAddresses,
form.values.withdrawAddresses
initialValues.withdrawAddresses.filter((w) => !!w.location),
form.values.withdrawAddresses.filter((w) => !!w.location)
)

const hasChanges =
Expand Down

0 comments on commit bb3eb4d

Please sign in to comment.