chore: cleanup

This commit is contained in:
Adrian Castro
2024-03-26 12:39:05 +01:00
parent f296cffb06
commit d8626b9588
2 changed files with 2 additions and 8 deletions

View File

@@ -12,10 +12,7 @@ export default function HomeScreen() {
<View style={{ flex: 1 }} flex={1}>
<ScreenLayout title="Home">
<ItemListSection title="Bookmarks" items={bookmarks} />
<ItemListSection
title="Continue Watching"
items={watching.concat(bookmarks)}
/>
<ItemListSection title="Continue Watching" items={watching} />
</ScreenLayout>
</View>
);