diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 7fd2740..6e1ee17 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -6,10 +6,10 @@ import { router } from "expo-router";
import React from "react";
import {
ActivityIndicator,
+ Image,
Text,
TouchableOpacity,
View,
- Image,
} from "react-native";
import {
GestureHandlerRootView,
@@ -108,21 +108,22 @@ export default function HomeScreen() {
ALLE
)}
-
- handleFilter("live")}
- >
- LIVE
-
+ {activeFilter !== "live" && (
+ handleFilter("live")}
+ >
+ LIVE
+
+ )}
{uniqueStreamingServices.map((serviceName) => {
const streamingService =