@3sc/common-component 0.0.423 → 0.0.425

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.es.js CHANGED
@@ -43888,7 +43888,7 @@ nh.propTypes = {
43888
43888
  className: "string"
43889
43889
  };
43890
43890
  function rh({ isRenderCellContent: e, column: t, row: n, parent: r }) {
43891
- const o = n[t.key] || "", i = (o == null ? void 0 : o.length) > 20;
43891
+ const o = n[t.key], i = (o == null ? void 0 : o.length) > 20;
43892
43892
  return /* @__PURE__ */ g.jsx(g.Fragment, { children: e ? /* @__PURE__ */ g.jsx(
43893
43893
  we,
43894
43894
  {
@@ -43955,7 +43955,7 @@ function rh({ isRenderCellContent: e, column: t, row: n, parent: r }) {
43955
43955
  },
43956
43956
  id: t.key,
43957
43957
  component: "p",
43958
- children: String(o) ?? ""
43958
+ children: o ?? ""
43959
43959
  }
43960
43960
  ) }) });
43961
43961
  }