mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 22:07:32 -04:00
Fixed: Linting errors and Appveyor not triggering on frontend changes
This commit is contained in:
parent
16ff1176f7
commit
c48838e5b6
3 changed files with 2 additions and 2 deletions
|
@ -55,5 +55,6 @@ only_commits:
|
|||
- gulp/
|
||||
- logo/
|
||||
- setup/
|
||||
- frontend/
|
||||
- appveyor.yml
|
||||
- build-appveyor.cake
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue