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