mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-23 22:25:56 -04:00
Upgrade linter packages
This commit is contained in:
@@ -96,7 +96,7 @@ class DelayProfile extends Component {
|
||||
<div
|
||||
className={classNames(
|
||||
styles.delayProfile,
|
||||
isDragging && styles.isDragging,
|
||||
isDragging && styles.isDragging
|
||||
)}
|
||||
>
|
||||
<div className={styles.column}>{preferred}</div>
|
||||
|
||||
@@ -35,7 +35,7 @@ class LanguageProfileItem extends Component {
|
||||
<div
|
||||
className={classNames(
|
||||
styles.languageProfileItem,
|
||||
isDragging && styles.isDragging,
|
||||
isDragging && styles.isDragging
|
||||
)}
|
||||
>
|
||||
<label
|
||||
|
||||
@@ -67,7 +67,7 @@ class QualityProfileItemGroup extends Component {
|
||||
className={classNames(
|
||||
styles.qualityProfileItemGroup,
|
||||
editGroups && styles.editGroups,
|
||||
isDragging && styles.isDragging,
|
||||
isDragging && styles.isDragging
|
||||
)}
|
||||
>
|
||||
<div className={styles.qualityProfileItemGroupInfo}>
|
||||
|
||||
Reference in New Issue
Block a user