@dcrackel/hematournamentui 1.0.316 → 1.0.317

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.
@@ -37762,7 +37762,8 @@ const JH = /* @__PURE__ */ Ae(YH, [["render", GH]]), WH = {
37762
37762
  return Array.isArray(this.club.Images) && this.club.Images.length > 0 ? this.club.Images[0].URL : "";
37763
37763
  },
37764
37764
  getSelectedAddress() {
37765
- return this.club.Address.Name;
37765
+ var n, e;
37766
+ return ((e = (n = this.club) == null ? void 0 : n.Address) == null ? void 0 : e.Name) || "No Address Available";
37766
37767
  },
37767
37768
  getClass() {
37768
37769
  return "border-2 border-dashed rounded-full w-32 h-32";