diff --git a/src/components/primitives/FormattedNumber.tsx b/src/components/primitives/FormattedNumber.tsx index d5651b0b74..a37a2df51b 100644 --- a/src/components/primitives/FormattedNumber.tsx +++ b/src/components/primitives/FormattedNumber.tsx @@ -17,7 +17,7 @@ interface CompactNumberProps { const POSTFIXES = ['', 'K', 'M', 'B', 'T', 'P', 'E', 'Z', 'Y']; -export const compactNumber = ({ +const compactNumber = ({ value, visibleDecimals = 2, roundDown,