From a3f268a02265b28b8314807eb84c6c6075e7813c Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 5 Nov 2024 17:58:26 +0000 Subject: [PATCH] add another number to storybook --- src/view/screens/Storybook/NumberFormat.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/view/screens/Storybook/NumberFormat.tsx b/src/view/screens/Storybook/NumberFormat.tsx index fbabf6f0fb..56e73287b6 100644 --- a/src/view/screens/Storybook/NumberFormat.tsx +++ b/src/view/screens/Storybook/NumberFormat.tsx @@ -23,6 +23,9 @@ export function NumberFormat() { 150 {formatCount(i18n, 150)} + + 950 {formatCount(i18n, 950)} + 1049 {formatCount(i18n, 1049)}