1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-08-17 15:59:36 +02:00

Fixed: Linting errors and Appveyor not triggering on frontend changes

This commit is contained in:
Qstick 2019-06-12 20:34:30 -04:00
parent 16ff1176f7
commit c48838e5b6
3 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,6 @@ only_commits:
- gulp/ - gulp/
- logo/ - logo/
- setup/ - setup/
- frontend/
- appveyor.yml - appveyor.yml
- build-appveyor.cake - build-appveyor.cake

View File

@ -13,4 +13,4 @@ function createMapStateToProps() {
); );
} }
export default connect(createMapStateToProps)(MovieIndexFooter); export default connect(createMapStateToProps)(MovieIndexFooter);

View File

@ -37,7 +37,6 @@ class MovieIndexHeader extends Component {
render() { render() {
const { const {
showSearchAction,
columns, columns,
onTableOptionChange, onTableOptionChange,
...otherProps ...otherProps