Commit 470535dd authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: pass outputCurrency not inputCurrency (#4649)

parent 27f53f1e
......@@ -174,7 +174,7 @@ export default function FooterBalanceSummary({
)}
</BalanceInfo>
)}
<Link to={`/swap?inputCurrency=${address}`}>
<Link to={`/swap?outputCurrency=${address}`}>
<SwapButton>
<Trans>Swap</Trans>
</SwapButton>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment