From 712b61e1df5bbf009de4b76f5adc51cdcc1d43bf Mon Sep 17 00:00:00 2001 From: shinya Date: Thu, 3 Jul 2025 21:37:25 +0800 Subject: [PATCH] fix: adjust alwaysShowHeart --- src/components/VideoCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VideoCard.tsx b/src/components/VideoCard.tsx index 0e75bdd..5ac8929 100644 --- a/src/components/VideoCard.tsx +++ b/src/components/VideoCard.tsx @@ -146,7 +146,7 @@ export default function VideoCard({ }; const hideCheckCircle = from === 'favorites' || from === 'search'; - const alwaysShowHeart = from === 'favorites'; + const alwaysShowHeart = from !== 'favorites'; return ( 1 && !currentEpisode && (
{episodes}