From c845057df9e6bede7d69741fe2c37d52297e43b7 Mon Sep 17 00:00:00 2001 From: Yordan Simeonov <118773725+Cron1cle@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:04:30 +1100 Subject: [PATCH] lint: eslint fix --- app/showDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/showDetails.tsx b/app/showDetails.tsx index 2947905..825a256 100644 --- a/app/showDetails.tsx +++ b/app/showDetails.tsx @@ -30,7 +30,7 @@ export default function ShowDetails() { } = useLocalSearchParams(); const [show, setShow] = useState(null); - const [loading, setLoading] = useState(true); + const [, setLoading] = useState(true); const [selectedParticipants, setSelectedParticipants] = React.useState(true);