loadMoreListings = () => {
    const limit = 2 * this.props.listings.length;
    this.props.dispatch(loadListings({ query: { limit } }));
  }