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({ ...@@ -174,7 +174,7 @@ export default function FooterBalanceSummary({
)} )}
</BalanceInfo> </BalanceInfo>
)} )}
<Link to={`/swap?inputCurrency=${address}`}> <Link to={`/swap?outputCurrency=${address}`}>
<SwapButton> <SwapButton>
<Trans>Swap</Trans> <Trans>Swap</Trans>
</SwapButton> </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