if (this.state.following) {
      return (
        <button 
          className="button green-inner-button unfollow-button" 
          onClick={this.handleUnfollowClick.bind(this)}