Skip to content

Commit

Permalink
Merge pull request #309 from reflexer-labs/develop
Browse files Browse the repository at this point in the history
fix stability fee
  • Loading branch information
mstfash authored Mar 27, 2022
2 parents b6f6a26 + 6022e1e commit 23c21fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SafeStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ const SafeStats = ({
singleSafe?.totalAnnualizedStabilityFee
? getRatePercentage(
singleSafe?.totalAnnualizedStabilityFee,
1
2
)
: 0
}%`}</SideValue>
Expand Down

0 comments on commit 23c21fe

Please sign in to comment.