mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed: Linting errors and Appveyor not triggering on frontend changes
This commit is contained in:
@@ -13,4 +13,4 @@ function createMapStateToProps() {
|
||||
);
|
||||
}
|
||||
|
||||
export default connect(createMapStateToProps)(MovieIndexFooter);
|
||||
export default connect(createMapStateToProps)(MovieIndexFooter);
|
||||
|
||||
@@ -37,7 +37,6 @@ class MovieIndexHeader extends Component {
|
||||
|
||||
render() {
|
||||
const {
|
||||
showSearchAction,
|
||||
columns,
|
||||
onTableOptionChange,
|
||||
...otherProps
|
||||
|
||||
Reference in New Issue
Block a user