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.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/custom-animations/CountWheel.tsx') diff --git a/src/lib/custom-animations/CountWheel.tsx b/src/lib/custom-animations/CountWheel.tsx index dfa697911..1a8676712 100644 --- a/src/lib/custom-animations/CountWheel.tsx +++ b/src/lib/custom-animations/CountWheel.tsx @@ -151,12 +151,12 @@ export function CountWheel({ {formattedCount} - {shouldAnimate ? ( + {shouldAnimate && (likeCount > 1 || !isLiked) ? (