1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Remove redundant code in selecting with click on poster

This commit is contained in:
Bogdan
2025-08-17 13:24:22 +03:00
committed by Mark McDowall
parent 8e169561f2
commit 858c690543
4 changed files with 22 additions and 33 deletions
@@ -144,7 +144,10 @@ function SeriesIndexOverview(props: SeriesIndexOverviewProps) {
<div className={styles.poster}>
<div className={styles.posterContainer}>
{isSelectMode ? (
<SeriesIndexPosterSelect seriesId={seriesId} />
<SeriesIndexPosterSelect
seriesId={seriesId}
titleSlug={titleSlug}
/>
) : null}
{status === 'ended' ? (