renderPostHeading() {
    if (this.props.posts.length === 0) { return; }

    return <li className="autocomplete-heading"><h4>Posts</h4></li>
  }