@odynn/awayz-core 0.2.32 → 0.2.33

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.
@@ -2463,7 +2463,7 @@ const Yo = 1e3 * 60 * 60, ci = ({
2463
2463
  case fe.DISPLAY_AS_ZERO:
2464
2464
  return /* @__PURE__ */ x("span", { children: u });
2465
2465
  case fe.CUSTOM:
2466
- return /* @__PURE__ */ x("span", { children: o });
2466
+ return /* @__PURE__ */ x("span", { children: u == 0 ? o : "N/A" });
2467
2467
  default:
2468
2468
  return /* @__PURE__ */ x("span", { children: "N/A" });
2469
2469
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odynn/awayz-core",
3
- "version": "0.2.32",
3
+ "version": "0.2.33",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"