Skip to content

Commit

Permalink
Merge pull request #39 from moonshotcollective/swap-list-line
Browse files Browse the repository at this point in the history
Swap list separator
  • Loading branch information
farque65 authored Nov 28, 2021
2 parents c9e5a92 + 008f4b8 commit c6f5661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-app/src/components/SwapItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export default function SwapItem({ onClick, hash, index, localProvider, chainId,
<Button onClick={onClick}>Commit Swap</Button>
</div>
</div>
<br />
<hr />
</div>
);
}

0 comments on commit c6f5661

Please sign in to comment.