@dcrackel/hematournamentui 1.0.200 → 1.0.201

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.
@@ -35082,7 +35082,7 @@ const SL = /* @__PURE__ */ ae(bL, [["render", DL], ["__scopeId", "data-v-fc79053
35082
35082
  },
35083
35083
  computed: {
35084
35084
  bracketSize() {
35085
- return this.bouts[0].RoundLabel ? this.bouts[0].RoundLabel : "";
35085
+ return this.bouts && this.bouts.length > 0 && this.bouts[0].RoundLabel ? this.bouts[0].RoundLabel : "";
35086
35086
  },
35087
35087
  activeBouts() {
35088
35088
  return this.bouts.filter((n) => n.Status === "Active");