Skip to content

Commit

Permalink
Fix lint issues & Example7
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Aug 10, 2016
1 parent 6ad6796 commit e831368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/components/App/components/Example7/Example7.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function mapDispatchToProps(dispatch) {
};
}

function renderItemsContainer({ children, ...rest }) {
function renderItemsContainer(props) {
return (
<IsolatedScroll {...props} />
);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"build": "npm run dist",
"gh-pages-build": "npm run prebuild && npm run demo-dist",
"deploy": "./scripts/deploy-to-gh-pages.sh",
"preversion": "npm run prebuild",
"postversion": "git push && git push --tags",
"prepublish": "npm run dist"
},
Expand Down

0 comments on commit e831368

Please sign in to comment.