Skip to content

Commit

Permalink
feat: sync amount out on invert
Browse files Browse the repository at this point in the history
  • Loading branch information
grikomsn committed Nov 29, 2023
1 parent 4c72f59 commit 9d1565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SwapWidget/SwapWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const SwapWidget: FC = () => {
sourceAsset: destinationAsset,
destinationChain: sourceChain,
destinationAsset: sourceAsset,
amountIn: "",
amountIn: amountOut,
});
}}
data-testid="swap-button"
Expand Down

0 comments on commit 9d1565a

Please sign in to comment.