Skip to content

Commit

Permalink
assets
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Jan 21, 2024
1 parent 796ccb9 commit b578f28
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions apps/web/src/components/AssetsTableWithCheckBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,23 +191,6 @@ export const AssetsTableWithCheckBox: React.FC<Props> = ({
</Heading>
</VStack>
</Td>
<Td>
<HStack spacing={2}>
{/* <SupplyUnderlyingAssetButton
reserveAddress={
asset.underlyingAsset
}
maxAmount={asset.balance}
/> */}

{/* <BorrowUnderlyingAssetButton
reserve={reserveIncentive}
formattedUserSummary={
formattedUserSummary
}
/> */}
</HStack>
</Td>
</Tr>
))}
</Tbody>
Expand Down

0 comments on commit b578f28

Please sign in to comment.