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}