diff --git a/spa/src/AggregatesShowcase.js b/spa/src/AggregatesShowcase.js index 2cd1144..79a78be 100644 --- a/spa/src/AggregatesShowcase.js +++ b/spa/src/AggregatesShowcase.js @@ -81,10 +81,7 @@ const AggregatesShowcase = () => { {prettifyStatisticName(x.type, x.name)} {`${x.value .toString() - .replace( - /\B(? + .replace(/\B(?=(\d{3})+(?!\d))/g, ",")}`} ); })}