Merge branch 'master' of https://github.com/Cron1cle/fltr-app
This commit is contained in:
@@ -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),
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user