From 4abcd65ccf94e36251142faeabdac42cada490fe Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 2 Sep 2024 03:15:31 -0700 Subject: More tweaks to animation (#5082) --- src/lib/custom-animations/CountWheel.web.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/custom-animations/CountWheel.web.tsx') diff --git a/src/lib/custom-animations/CountWheel.web.tsx b/src/lib/custom-animations/CountWheel.web.tsx index 618dcb1a5..594117bfe 100644 --- a/src/lib/custom-animations/CountWheel.web.tsx +++ b/src/lib/custom-animations/CountWheel.web.tsx @@ -83,7 +83,6 @@ export function CountWheel({ return ( - {shouldAnimate ? ( + {shouldAnimate && (likeCount > 1 || !isLiked) ? ( -- cgit 1.4.1