Skip to content

Commit

Permalink
fix save button validation (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxnis authored Sep 6, 2023
1 parent 18382ae commit f97e8ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const MbNearAmountAccount = ({
(filterState.length > 0 &&
filterState.filter(
(key) =>
state[key].amount.valid &&
(totalAmount === 1 || state[key].amount.valid) &&
state[key].account.valid &&
state[key].editable
).length === filterState.length) ||
Expand Down

1 comment on commit f97e8ce

@vercel
Copy link

@vercel vercel bot commented on f97e8ce Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.