Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

PostControls: restore likeCount testID (#10221)

authored by

Misty De Méo and committed by
GitHub
170e169a 19df58f1

+1 -1
+1 -1
src/components/PostControls/index.tsx
··· 303 303 isToggled={Boolean(post.viewer?.like)} 304 304 hasBeenToggled={hasLikeIconBeenToggled} 305 305 renderCount={({count}) => ( 306 - <PostControlButtonText> 306 + <PostControlButtonText testID="likeCount"> 307 307 {formatPostStatCount(count)} 308 308 </PostControlButtonText> 309 309 )}