diff --git a/src/components/PostControls/index.tsx b/src/components/PostControls/index.tsx index fb1e60520c..eaaf0f6864 100644 --- a/src/components/PostControls/index.tsx +++ b/src/components/PostControls/index.tsx @@ -303,7 +303,7 @@ let PostControls = ({ isToggled={Boolean(post.viewer?.like)} hasBeenToggled={hasLikeIconBeenToggled} renderCount={({count}) => ( - + {formatPostStatCount(count)} )}