From d0194f0dc2c4ac724729dd7744134c6bacd901c7 Mon Sep 17 00:00:00 2001 From: Yordan Simeonov <118773725+Cron1cle@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:53:28 +0200 Subject: [PATCH] updated eslint --- app/showDetails.tsx | 4 ++-- app/stackStyles/participantStyles.tsx | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/app/showDetails.tsx b/app/showDetails.tsx index 2c0f6c6..c419246 100644 --- a/app/showDetails.tsx +++ b/app/showDetails.tsx @@ -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; diff --git a/app/stackStyles/participantStyles.tsx b/app/stackStyles/participantStyles.tsx index c546a13..3d97d2f 100644 --- a/app/stackStyles/participantStyles.tsx +++ b/app/stackStyles/participantStyles.tsx @@ -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: {