deleteFriendRequest() {
    deleteRequest(`/friendships/${this.props.id}`, {});
    this.setState({ friendshipState: "no-friend" });
  }