Update BetterSearchPage.plugin.js
This commit is contained in:
parent
fdb19be41d
commit
d7e3d5f84d
|
@ -64,7 +64,6 @@ module.exports = (_ => {
|
||||||
stickySearchPagination = this;
|
stickySearchPagination = this;
|
||||||
}
|
}
|
||||||
render() {
|
render() {
|
||||||
console.log(SearchResultsPaginationComponent, this);
|
|
||||||
if (!SearchResultsPaginationComponent) return null;
|
if (!SearchResultsPaginationComponent) return null;
|
||||||
return BDFDB.ReactUtils.createElement(SearchResultsPaginationComponent, this.props);
|
return BDFDB.ReactUtils.createElement(SearchResultsPaginationComponent, this.props);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue