@dcrackel/hematournamentui 1.0.445 → 1.0.447

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.
@@ -881,7 +881,7 @@ function XC(n, e, t, r, o, i) {
881
881
  class: ne(["flex flex-col shadow-lg mt-10 z-20 rounded-b-xl absolute bg-neutral border border-dropdownSelect overflow-y-auto max-h-44", t.dropDownWidth])
882
882
  }, [
883
883
  (f(!0), m(fe, null, be(o.localItems, (l) => (f(), m("a", {
884
- key: l.id,
884
+ key: l.link,
885
885
  onClick: (c) => i.handleClick(l),
886
886
  class: "hover:bg-dropdownSelect py-1 px-2 border-b border-l border-r border-dropdownSelect"
887
887
  }, [
@@ -9417,11 +9417,12 @@ const Bo = /* @__PURE__ */ ie(UE, [["render", WE]]), XE = {
9417
9417
  return (n == null ? void 0 : n.RuleValue) || "";
9418
9418
  },
9419
9419
  getWeapons() {
9420
- var n;
9421
- return console.log(this.localWeapons), (n = this.localWeapons) == null ? void 0 : n.map((e) => ({
9420
+ console.log(this.localWeapons);
9421
+ const n = this.localWeapons.map((e) => ({
9422
9422
  text: e.Name,
9423
9423
  link: e.Id
9424
9424
  }));
9425
+ return console.log(n), n;
9425
9426
  }
9426
9427
  },
9427
9428
  methods: {