Skip to content

Commit

Permalink
Low digit borrows
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptickoan committed May 13, 2022
1 parent cfac8e6 commit 1499304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/Fuse/FusePoolPage/BorrowList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const BorrowList = ({
{assets.length > 0 ? (
<>
{assets.map((asset, index) => {
if (!asset.borrowBalanceUSD.gt(1)) return null
if (!asset.borrowBalance.gt(0)) return null

const incentivesForAsset = (
incentivesData?.incentives?.[asset.cToken] ?? []
Expand Down

1 comment on commit 1499304

@vercel
Copy link

@vercel vercel bot commented on 1499304 May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.