diff --git a/apps/expo/src/app/(tabs)/index.tsx b/apps/expo/src/app/(tabs)/index.tsx
index eec3828..7b55537 100644
--- a/apps/expo/src/app/(tabs)/index.tsx
+++ b/apps/expo/src/app/(tabs)/index.tsx
@@ -1,5 +1,5 @@
import React from "react";
-import { ScrollView, View } from "react-native";
+import { View } from "react-native";
import {
bookmarks,
@@ -19,20 +19,11 @@ export default function HomeScreen() {
}
>
- 0 || watching.length > 0 ? true : false
- }
- >
-
-
-
+
+
);