@thenamespace/ens-components 0.4.0 → 0.5.0

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.
package/dist/index.js CHANGED
@@ -12259,7 +12259,7 @@ const ImageRecords = ({
12259
12259
  }, className: "ns-header-handle", children: /* @__PURE__ */ jsx(Icon, { color: "white", name: "rotate-circle" }) }),
12260
12260
  /* @__PURE__ */ jsx("div", { style: avatarStyles, className: "ns-avatar-record-cont", children: !avatarRecordSet && /* @__PURE__ */ jsx("div", { style: { zIndex: 10 }, onClick: (e) => {
12261
12261
  e.stopPropagation();
12262
- if (!headerRecordSet) {
12262
+ if (!avatarRecordSet) {
12263
12263
  onAvatarAdded("");
12264
12264
  }
12265
12265
  }, className: "ns-image-handle", children: /* @__PURE__ */ jsx(Icon, { color: "grey", name: "rotate-circle" }) }) })