Skip to content

Commit

Permalink
chore(lint): cleanup from decaporg#1343
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 committed Aug 1, 2018
1 parent e76292a commit ee5d7a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const Entries = ({
collections,
entries,
publicFolder,
page,
onPaginate,
isFetching,
viewStyle,
cursor,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,14 @@ class EntriesSearch extends React.Component {
};

render () {
const { collections, entries, publicFolder, page, isFetching } = this.props;
const { collections, entries, publicFolder, isFetching } = this.props;
return (
<Entries
cursor={this.getCursor()}
handleCursorActions={this.handleCursorActions}
collections={collections}
entries={entries}
publicFolder={publicFolder}
page={page}
onPaginate={this.handleLoadMore}
isFetching={isFetching}
/>
);
Expand Down

0 comments on commit ee5d7a3

Please sign in to comment.