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)}
+
)
}