Skip to content

Commit

Permalink
upd: chains tvl
Browse files Browse the repository at this point in the history
  • Loading branch information
DevTeaLeaf committed Nov 5, 2024
1 parent bfc5acd commit 7f7b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Platform/components/Chains/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ const Chains = (): JSX.Element => {
</div>
</td>
<td className="px-4 py-3 text-[15px] text-left whitespace-nowrap w-[100px] xl:w-[120px]">
{formatNumber(tvl, "abbreviate")}
{tvl ? formatNumber(tvl, "abbreviate") : ""}
</td>
{/* <td className="px-4 py-3 text-[12px]">
<div className="flex">
Expand Down

0 comments on commit 7f7b4f4

Please sign in to comment.