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:
@@ -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' ? (
|
||||
|
||||
Reference in New Issue
Block a user