refacto: tentative de refacto

This commit is contained in:
Julien Froidefond
2025-02-17 16:37:48 +01:00
parent 7ee99ac31a
commit ba725bb1a3
28 changed files with 195 additions and 170 deletions

View File

@@ -23,10 +23,6 @@ export function HomeContent({ data }: HomeContentProps) {
await router.push(path);
};
const handleSeriesClick = (seriesId: string) => {
router.push(`/series/${seriesId}`);
};
// Vérification des données pour le debug
// console.log("HomeContent - Données reçues:", {
// ongoingCount: data.ongoing?.length || 0,