This commit is contained in:
DevOFVictory
2025-10-23 17:59:51 +02:00
9 changed files with 851 additions and 415 deletions

View File

@@ -48,11 +48,6 @@ export default function HomeScreen() {
return Array.from(uniqueServices);
}, [shows]);
console.log(
"Start Dates:",
shows.map((show) => show.startDate)
);
if (loading) {
return (
<View
@@ -181,7 +176,7 @@ export default function HomeScreen() {
concept: show.concept,
genres: show.genres,
streamingService: show.streamingService,
logoUri: show.logoUri,
logoUri: show.logoUrl,
running: String(show.running),
},
})