Skip to content

Commit

Permalink
fix: trailing zeroes
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Dec 15, 2023
1 parent 080fd1f commit 990383f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormattedNumber/FormattedNumber.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const FormattedNumber = ({

FormattedNumber.defaultProps = {
maximumFractionDigits: 2,
minimumFractionDigits: 2,
minimumFractionDigits: 0,
}

FormattedNumber.propTypes = {
Expand Down

0 comments on commit 990383f

Please sign in to comment.