fix: activefilter live condition
This commit is contained in:
@@ -6,10 +6,10 @@ import { router } from "expo-router";
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import {
|
import {
|
||||||
ActivityIndicator,
|
ActivityIndicator,
|
||||||
|
Image,
|
||||||
Text,
|
Text,
|
||||||
TouchableOpacity,
|
TouchableOpacity,
|
||||||
View,
|
View,
|
||||||
Image,
|
|
||||||
} from "react-native";
|
} from "react-native";
|
||||||
import {
|
import {
|
||||||
GestureHandlerRootView,
|
GestureHandlerRootView,
|
||||||
@@ -108,7 +108,7 @@ export default function HomeScreen() {
|
|||||||
<Text>ALLE</Text>
|
<Text>ALLE</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
)}
|
)}
|
||||||
|
{activeFilter !== "live" && (
|
||||||
<TouchableOpacity
|
<TouchableOpacity
|
||||||
style={{
|
style={{
|
||||||
padding: 2,
|
padding: 2,
|
||||||
@@ -123,6 +123,7 @@ export default function HomeScreen() {
|
|||||||
>
|
>
|
||||||
<Text>LIVE</Text>
|
<Text>LIVE</Text>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
|
)}
|
||||||
|
|
||||||
{uniqueStreamingServices.map((serviceName) => {
|
{uniqueStreamingServices.map((serviceName) => {
|
||||||
const streamingService =
|
const streamingService =
|
||||||
|
|||||||
Reference in New Issue
Block a user