Skip to content

Commit

Permalink
Merge pull request #441 from curvefi/fix-apy-bug
Browse files Browse the repository at this point in the history
fix: removed apy multipler in scrvusd banner
  • Loading branch information
OnlyJousting authored Nov 13, 2024
2 parents 7ecffcb + 1b3004d commit ff38fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This value is an indicator based on the historical yield of the crvUSD Savings V
<Loader isLightBg skeleton={[120, 26]} />
) : (
<StatsItemValue>
~{formatNumber(scrvUsdApy * 100, { minimumFractionDigits: 2, maximumFractionDigits: 2 })}%
~{formatNumber(scrvUsdApy, { minimumFractionDigits: 2, maximumFractionDigits: 2 })}%
</StatsItemValue>
)}
</StatsItem>
Expand Down

0 comments on commit ff38fe0

Please sign in to comment.