Skip to content

Commit

Permalink
fix nova tvl
Browse files Browse the repository at this point in the history
  • Loading branch information
zkLeonardo committed Jul 22, 2024
1 parent 8a0b8f3 commit f5a1f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DashboardS2/Tabs/Assets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export default function Assets(props: IAssetsTableProps) {
{formatNumberWithUnit(item?.totalAmount)}
<span className="text-gray">
({formatNumberWithUnit(item?.totalTvl, "$")})
</span>{" "}
</span>
</>
)}
</div>
Expand Down

0 comments on commit f5a1f49

Please sign in to comment.