diff --git a/frontend/app/swap/page.tsx b/frontend/app/swap/page.tsx index d8b0954..fe926c9 100644 --- a/frontend/app/swap/page.tsx +++ b/frontend/app/swap/page.tsx @@ -55,7 +55,7 @@ export default function Swap() { const { destination_token_symbol, origin_token_amount, origin_token_symbol, price } = trade if (step === 2) { - setEthAmount(destination_token_symbol); + setEthAmount(origin_token_amount); } else if (step === 3) { vapi.stop(); handleSwap(price); @@ -218,7 +218,7 @@ export default function Swap() { return (