Skip to content

Commit

Permalink
feat: swap auto fill, vault history, staking charts, logo and more
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakMooney committed May 20, 2024
1 parent 7d41ce3 commit 1e2caa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/vaults/VaultList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ const VaultList = ({ vaults, vaultsLoading, tokenId }) => {
</div>

<div className="card-actions pt-4 justify-between items-center">

{sortedVaults && sortedVaults.length ? (
<Pagination
totalItems={sortedVaults.length || 0}
Expand Down

0 comments on commit 1e2caa8

Please sign in to comment.