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

@@ -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() {
const {
showSearchAction,
columns,
onTableOptionChange,
...otherProps