mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed: ESLint and Stylint Issues after UI updates
This commit is contained in:
parent
744742b5ff
commit
b5cd240cc7
4 changed files with 1 additions and 6 deletions
|
@ -16,4 +16,4 @@
|
||||||
@add-mixin linkOverlay;
|
@add-mixin linkOverlay;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,7 +69,6 @@ class NamingModal extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Render
|
// Render
|
||||||
|
|
||||||
|
|
|
@ -57,8 +57,6 @@ class MetadataProfile extends Component {
|
||||||
onCloneMetadataProfilePress(id);
|
onCloneMetadataProfilePress(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Render
|
// Render
|
||||||
|
|
||||||
|
|
|
@ -58,8 +58,6 @@ class QualityProfile extends Component {
|
||||||
onCloneQualityProfilePress(id);
|
onCloneQualityProfilePress(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Render
|
// Render
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue