@dcrackel/hematournamentui 1.0.355 → 1.0.356
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.
|
@@ -10796,8 +10796,7 @@ const Mv = /* @__PURE__ */ Ae(Dv, [["render", kv]]), Ov = "data:image/png;base64
|
|
|
10796
10796
|
},
|
|
10797
10797
|
computed: {
|
|
10798
10798
|
image() {
|
|
10799
|
-
|
|
10800
|
-
return this.detail.ImagesURLs && n.length > 0 ? n[0] : this.defaultImage;
|
|
10799
|
+
return this.detail.ImagesURLs && this.detail.ImagesURLs.length > 0 ? this.detail.ImagesURLs.split(",")[0] : this.defaultImage;
|
|
10801
10800
|
},
|
|
10802
10801
|
formattedDateRange() {
|
|
10803
10802
|
const n = new Date(this.detail.StartDate).toLocaleDateString(), e = new Date(this.detail.EndDate).toLocaleDateString();
|