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

View File

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