@dcrackel/hematournamentui 1.0.477 → 1.0.480

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.
@@ -36307,11 +36307,11 @@ const $p = /* @__PURE__ */ Ae(zL, [["render", VL]]), WL = {
36307
36307
  return this.event.Status && ["live", "results", "de", "completed"].includes(this.event.Status.toLowerCase());
36308
36308
  },
36309
36309
  hasHandShotCount() {
36310
- const n = this.event.event.EventRules.find((e) => e.Rules.RuleName === "CountHandshots");
36310
+ const n = this.event.EventRules.find((e) => e.Rules.RuleName === "CountHandshots");
36311
36311
  return n ? n.RuleValue : !1;
36312
36312
  },
36313
36313
  hasDoubleCount() {
36314
- const n = this.event.event.EventRules.find((e) => e.Rules.RuleName === "CountDoubles");
36314
+ const n = this.event.EventRules.find((e) => e.Rules.RuleName === "CountDoubles");
36315
36315
  return n ? n.RuleValue : !1;
36316
36316
  }
36317
36317
  },
@@ -36481,7 +36481,7 @@ const iN = /* @__PURE__ */ Ae(WL, [["render", oN]]), AN = {
36481
36481
  },
36482
36482
  methods: {
36483
36483
  getPromotedByRule() {
36484
- const e = this.event.event.EventRules.find((t) => t.Rules.RuleName === "DEPromoteBy");
36484
+ const e = this.event.EventRules.find((t) => t.Rules.RuleName === "DEPromoteBy");
36485
36485
  return e ? e.RuleValue : "Percent";
36486
36486
  },
36487
36487
  getInitialPromoted() {