updated eslint

This commit is contained in:
Yordan Simeonov
2025-10-16 14:53:28 +02:00
parent ceb7b86462
commit d0194f0dc2
2 changed files with 3 additions and 4 deletions

View File

@@ -2,9 +2,9 @@ import ParticipantDetails from "@/components/ParticipantDeatails";
import ShowInfo from "@/components/ui/ShowInfo";
import StackHeader from "@/components/ui/StackHeader";
import { useSeasonContext } from "@/contexts/SeasonContext";
import { router, useLocalSearchParams } from "expo-router";
import React from "react";
import {
Dimensions,
Image,
@@ -60,7 +60,7 @@ export default function ShowDetails() {
return () => {
active = false;
};
}, [showId, fetchSeasonCount]);
}, [showId, fetchSeasonCount, selectedSeason]);
React.useEffect(() => {
if (!showId || !selectedSeason) return;

View File

@@ -1,5 +1,4 @@
import ShowCard from "@/components/ui/ShowCard";
import { StyleSheet, Dimensions } from "react-native";
import { Dimensions, StyleSheet } from "react-native";
const styles = StyleSheet.create({
mainContainer: {