updated eslint
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user