@dcrackel/hematournamentui 1.0.124 → 1.0.125
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.
|
@@ -32412,7 +32412,7 @@ const p2 = /* @__PURE__ */ Qe(r2, [["render", h2]]), I2 = {
|
|
|
32412
32412
|
},
|
|
32413
32413
|
computed: {
|
|
32414
32414
|
shouldShowResults() {
|
|
32415
|
-
return ["results", "de", "completed"].includes(this.event.Status.toLowerCase());
|
|
32415
|
+
return this.event.Status && ["results", "de", "completed"].includes(this.event.Status.toLowerCase());
|
|
32416
32416
|
}
|
|
32417
32417
|
},
|
|
32418
32418
|
methods: {
|