Skip to content

Commit

Permalink
Update SimpleSwap.jsx
Browse files Browse the repository at this point in the history
small visual bug fix
  • Loading branch information
grctest committed Aug 26, 2024
1 parent cf72808 commit f564631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SimpleSwap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ export default function SimpleSwap() {
<span className="grid grid-cols-8 w-full" onClick={() => {
setSelectedAssetA(asset)
setSelectedAssetB();
setInverted(false);
}}>
{asset}
</span>
Expand Down

0 comments on commit f564631

Please sign in to comment.