handleFollowClick(event) {
    $.ajax({
      url: `/api/relationships?followed_id=${this.props.followed_id}`,
      method: 'POST',
      success: (data) => {