diff --git a/ui/v2.5/src/components/Shared/Counter.tsx b/ui/v2.5/src/components/Shared/Counter.tsx index d0552605f..8fb0bd55c 100644 --- a/ui/v2.5/src/components/Shared/Counter.tsx +++ b/ui/v2.5/src/components/Shared/Counter.tsx @@ -17,7 +17,12 @@ export const Counter: React.FC = ({ if (abbreviateCounter) { const formated = TextUtils.abbreviateCounter(count); return ( - + = ({ ); } else { return ( - + {intl.formatNumber(count)} );