@dcrackel/hematournamentui 1.0.531 → 1.0.533
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.
|
@@ -40255,9 +40255,7 @@ const E8 = /* @__PURE__ */ se(NY, [["render", ZY]]), _Y = {
|
|
|
40255
40255
|
return ((e = t.Images) == null ? void 0 : e.URL) || Ea;
|
|
40256
40256
|
},
|
|
40257
40257
|
formatEventDate(t, e) {
|
|
40258
|
-
const n = /* @__PURE__ */ new Date(`${t}T${e}`);
|
|
40259
|
-
console.log(n);
|
|
40260
|
-
const r = { weekday: "long", hour: "numeric", minute: "2-digit", hour12: !0 };
|
|
40258
|
+
const n = /* @__PURE__ */ new Date(`${t}T${e}`), r = { weekday: "long", hour: "numeric", minute: "2-digit", hour12: !0 };
|
|
40261
40259
|
return n.toLocaleDateString("en-US", r);
|
|
40262
40260
|
},
|
|
40263
40261
|
getRoleIcon(t) {
|