mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-22 02:24:44 +08:00
fix: hide check circle in search page
This commit is contained in:
@@ -141,8 +141,7 @@ export default function VideoCard({
|
||||
}
|
||||
};
|
||||
|
||||
const inFavorites = from === 'favorites';
|
||||
const hideCheckCircle = inFavorites;
|
||||
const hideCheckCircle = from === 'favorites' || from === 'search';
|
||||
|
||||
return (
|
||||
<Link
|
||||
|
||||
Reference in New Issue
Block a user