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.
2 parents 50e76e0 + ab6537d commit a97f93eCopy full SHA for a97f93e
apps/insights/src/hooks/use-price-formatter.ts
@@ -4,7 +4,7 @@ import { useNumberFormatter } from "react-aria";
4
export const usePriceFormatter = () => {
5
const bigNumberFormatter = useNumberFormatter({ maximumFractionDigits: 2 });
6
const smallNumberFormatter = useNumberFormatter({
7
- maximumSignificantDigits: 5,
+ maximumSignificantDigits: 6,
8
});
9
const format = useCallback(
10
(n: number) =>
0 commit comments