diff --git a/app/soapbox/features/ui/components/profile_stats.tsx b/app/soapbox/features/ui/components/profile_stats.tsx index 8ef98374f..998baa379 100644 --- a/app/soapbox/features/ui/components/profile_stats.tsx +++ b/app/soapbox/features/ui/components/profile_stats.tsx @@ -28,7 +28,7 @@ const ProfileStats: React.FC = ({ account, onClickHandler }) => { return ( - + {shortNumberFormat(account.followers_count)} @@ -39,7 +39,7 @@ const ProfileStats: React.FC = ({ account, onClickHandler }) => { - + {shortNumberFormat(account.following_count)}