lint: eslint fix
This commit is contained in:
@@ -30,7 +30,7 @@ export default function ShowDetails() {
|
|||||||
} = useLocalSearchParams();
|
} = useLocalSearchParams();
|
||||||
|
|
||||||
const [show, setShow] = useState<Show | null>(null);
|
const [show, setShow] = useState<Show | null>(null);
|
||||||
const [loading, setLoading] = useState(true);
|
const [, setLoading] = useState(true);
|
||||||
|
|
||||||
const [selectedParticipants, setSelectedParticipants] =
|
const [selectedParticipants, setSelectedParticipants] =
|
||||||
React.useState<boolean>(true);
|
React.useState<boolean>(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user