@dcrackel/hematournamentui 1.0.313 → 1.0.314

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37313,7 +37313,8 @@ const aH = /* @__PURE__ */ Ae(rH, [["render", sH]]), lH = {
37313
37313
  return this.person.ProfileImage ? this.person.ProfileImage.URL : "";
37314
37314
  },
37315
37315
  getClubName() {
37316
- return { text: this.person.Club.Name, link: this.person.Club.ClubId };
37316
+ var n;
37317
+ return (n = this.person) != null && n.Club ? { text: this.person.Club.Name, link: this.person.Club.ClubId } : { text: "No Club", link: null };
37317
37318
  },
37318
37319
  getSelectedPronouns() {
37319
37320
  return { text: this.person.Pronouns, link: this.person.Pronouns };