Skip to content

Commit

Permalink
fix(pagination): fix zealous find/replace
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Stanislawski committed Apr 3, 2017
1 parent a86672c commit e269d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/pagination/connectPagination.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function connectPagination(renderFn) {
helper.search();
};

this.createURL = state => page => createURL(state.refine(page));
this.createURL = state => page => createURL(state.setPage(page));

renderFn({
createURL: this.createURL(helper.state),
Expand Down

0 comments on commit e269d87

Please sign in to comment.