You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helpers/format-num: Simplify implementation using `Intl.NumberFormat`
There is no need to implement this ourselves, and using the native browser APIs for this will make it easier in the future to localize the application.
0 commit comments