Skip to content

Commit

Permalink
fix: modal need to form data (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoowonYun authored Jun 11, 2024
1 parent dd90e71 commit 86d2b4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Trade/Swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ function SwapPage() {
!findPair([address, formData[oppositeTarget] || ""])
) {
firstProvideModal.open();
form.reset();
}

selectAsset1Modal.close();
Expand Down

0 comments on commit 86d2b4e

Please sign in to comment.