@dcrackel/hematournamentui 1.0.270 → 1.0.271

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.
@@ -31241,9 +31241,6 @@ const lf = /* @__PURE__ */ ie(RR, [["render", FR]]), LR = {
31241
31241
  }
31242
31242
  },
31243
31243
  computed: {
31244
- fullName() {
31245
- return `${this.person.Person.DisplayName}`;
31246
- },
31247
31244
  portraitURL() {
31248
31245
  const e = (this.person.Person.Images || []).find((t) => t.Type === "Portrait");
31249
31246
  return e ? e.URL : "";
@@ -31339,7 +31336,7 @@ function ZR(n, e, t, r, i, o) {
31339
31336
  h("div", jR, [
31340
31337
  h("span", KR, [
31341
31338
  p(s, {
31342
- text: o.fullName,
31339
+ text: t.person.Person.DisplayName,
31343
31340
  size: "xl",
31344
31341
  color: "quaternary",
31345
31342
  weight: "bold"