mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Don't fetch additional listings to map
This commit is contained in:
parent
cea07182d3
commit
b93eb15f1c
1 changed files with 5 additions and 0 deletions
|
|
@ -188,6 +188,11 @@ export class SearchPageComponent extends Component {
|
|||
}
|
||||
|
||||
fetchMoreListingsToMap(location) {
|
||||
// TODO Remove this function.
|
||||
// Temporarily just return immediately to avoid merge conflicts.
|
||||
return;
|
||||
|
||||
// eslint-disable-next-line no-unreachable
|
||||
const { onSearchMapListings } = this.props;
|
||||
const searchInURL = parse(location.search, {
|
||||
latlng: ['origin'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue