We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a25ba commit 4fe4e2cCopy full SHA for 4fe4e2c
src/app/components/PercentageValue/index.tsx
@@ -12,8 +12,8 @@ type PercentageValueProps = {
12
}
13
14
export const PercentageValue: FC<PercentageValueProps> = ({
15
- maximumFractionDigits,
16
- adaptMaximumFractionDigits = 2,
+ maximumFractionDigits = 0,
+ adaptMaximumFractionDigits = false,
17
value,
18
total = 100,
19
threshold = 0.001,
0 commit comments