Skip to content

Commit

Permalink
fix: trailing zeroes (v40) [DHIS2-10825] (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier authored Dec 15, 2023
1 parent 080fd1f commit 7359f8e
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 7359f8e

Please sign in to comment.