@dcrackel/hematournamentui 1.0.510 → 1.0.511
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.
|
@@ -34370,7 +34370,9 @@ const lz = /* @__PURE__ */ se(oz, [["render", az]]), cz = {
|
|
|
34370
34370
|
},
|
|
34371
34371
|
computed: {
|
|
34372
34372
|
lastNote() {
|
|
34373
|
-
|
|
34373
|
+
var e, n;
|
|
34374
|
+
const t = this.fencer1 ? (e = this.bout.Person1) == null ? void 0 : e.EventPersons : (n = this.bout.Person2) == null ? void 0 : n.EventPersons;
|
|
34375
|
+
return t && t.length > 0 ? t[0].LastNote ?? "" : "";
|
|
34374
34376
|
},
|
|
34375
34377
|
currentScore() {
|
|
34376
34378
|
return this.isCountingUp ? this.baseScore : this.maxScore - this.baseScore;
|