From f9994b2b428fbd25670af8890e374bcaf2da7d7d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 5 Nov 2024 19:04:47 +0000 Subject: [PATCH] bigger numbers --- src/view/screens/Storybook/NumberFormat.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/view/screens/Storybook/NumberFormat.tsx b/src/view/screens/Storybook/NumberFormat.tsx index 56e73287b6..d2d2f07b4f 100644 --- a/src/view/screens/Storybook/NumberFormat.tsx +++ b/src/view/screens/Storybook/NumberFormat.tsx @@ -53,6 +53,15 @@ export function NumberFormat() { 10950 {formatCount(i18n, 10950)} + + 109950 {formatCount(i18n, 109950)} + + + 1099950 {formatCount(i18n, 1099950)} + + + 19999950 {formatCount(i18n, 19999950)} + ) }