diff --git a/src/components/VideoCard.tsx b/src/components/VideoCard.tsx index 57c18fe..d22e3ae 100644 --- a/src/components/VideoCard.tsx +++ b/src/components/VideoCard.tsx @@ -141,8 +141,7 @@ export default function VideoCard({ } }; - const inFavorites = from === 'favorites'; - const hideCheckCircle = inFavorites; + const hideCheckCircle = from === 'favorites' || from === 'search'; return (