Skip to content

Commit

Permalink
Merge pull request #111 from the-standard/202502-col-fix
Browse files Browse the repository at this point in the history
202502 col fix
  • Loading branch information
ZakMooney authored Feb 18, 2025
2 parents 036d53b + 981d2e4 commit 6047ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vault/VaultStats.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const VaultStats = ({
<span className="loading loading-bars loading-xs"></span>
) : (
currencySymbol + Number(
pureCollateralBalance
collateralBalance
).toFixed(2)
)
),
Expand Down

0 comments on commit 6047ed5

Please sign in to comment.