We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b190e24 commit c3a264dCopy full SHA for c3a264d
src/components/FormattedBytes/utils.tsx
@@ -11,5 +11,5 @@ export const toFormattedSize = (
11
return null;
12
}
13
14
- return <FormattedBytes value={value} significantDigits={2} {...params} />;
+ return <FormattedBytes value={value} {...params} />;
15
};
0 commit comments