renderTagHeading() {
    if (this.props.tags.length === 0) { return; }

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