From 170e169ad14c2d8f28a547f823867b82c72cd8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Misty=20De=20M=C3=A9o?= Date: Fri, 10 Apr 2026 09:50:03 -0700 Subject: [PATCH] PostControls: restore likeCount testID (#10221) --- src/components/PostControls/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} )}