Skip to content

Commit c3a264d

Browse files
fix(FormattedBytes): show 1_000 with another unit
1 parent b190e24 commit c3a264d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FormattedBytes/utils.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ export const toFormattedSize = (
1111
return null;
1212
}
1313

14-
return <FormattedBytes value={value} significantDigits={2} {...params} />;
14+
return <FormattedBytes value={value} {...params} />;
1515
};

0 commit comments

Comments
 (0)