mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix: fix a few misc unused imports and useless assignments/conditionals
This commit is contained in:
@@ -473,7 +473,7 @@ const TvDetails: React.FC<TvDetailsProps> = ({ tv }) => {
|
||||
</div>
|
||||
<Slider
|
||||
sliderKey="cast"
|
||||
isLoading={!data && !error}
|
||||
isLoading={false}
|
||||
isEmpty={false}
|
||||
items={data?.credits.cast.slice(0, 20).map((person) => (
|
||||
<PersonCard
|
||||
|
Reference in New Issue
Block a user