@dcrackel/hematournamentui 1.0.197 → 1.0.198
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.
|
@@ -28741,7 +28741,7 @@ const cM = /* @__PURE__ */ ae(aM, [["render", lM]]), uM = {
|
|
|
28741
28741
|
},
|
|
28742
28742
|
computed: {
|
|
28743
28743
|
formattedPasses() {
|
|
28744
|
-
return `${this.currentPass}:${this.totalPasses}`;
|
|
28744
|
+
return `${this.currentPass + 1}:${this.totalPasses}`;
|
|
28745
28745
|
}
|
|
28746
28746
|
}
|
|
28747
28747
|
}, dM = { class: "border rounded-lg px-10 text-center flex flex-col w-[50rem]" };
|
|
@@ -28800,7 +28800,7 @@ function CM(n, e, t, r, i, o) {
|
|
|
28800
28800
|
}, null, 8, ["initialTime", "timerStatus", "ringName", "directorName"])),
|
|
28801
28801
|
t.bout.MaxPasses ? (I(), ue(A, {
|
|
28802
28802
|
key: 1,
|
|
28803
|
-
currentPass: t.bout.CurrentPass ||
|
|
28803
|
+
currentPass: t.bout.CurrentPass || 0,
|
|
28804
28804
|
totalPasses: t.bout.MaxPasses,
|
|
28805
28805
|
ringName: t.bout.Pool.RingName,
|
|
28806
28806
|
directorName: t.bout.RefName
|