Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Jan 21, 2024
1 parent 754e20a commit d271ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/AssetsTableWithCheckBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const AssetsTableWithCheckBox: React.FC<Props> = ({
<Th>Supplied</Th>
<Th>Borrowed</Th>
<Th>Price</Th>
<Th>APY</Th>
<Th>APY - Supply/Borrow</Th>
</Tr>
</Thead>
<Tbody>
Expand Down

0 comments on commit d271ab9

Please sign in to comment.