We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286d493 commit badd4ffCopy full SHA for badd4ff
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