@loafmarkets/ui 0.1.117 → 0.1.118

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.mjs CHANGED
@@ -12074,7 +12074,7 @@ function PortfolioActivityPanel({
12074
12074
  /* @__PURE__ */ jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: pos.tokenName.toUpperCase() })
12075
12075
  ] }) }),
12076
12076
  /* @__PURE__ */ jsx(PositionsCell, { children: /* @__PURE__ */ jsxs("span", { style: { color: "#fff", fontSize: "0.8rem" }, children: [
12077
- formatCurrency5(currentValue, { maximumFractionDigits: 0 }),
12077
+ formatCurrency5(currentValue, { minimumFractionDigits: 0, maximumFractionDigits: 0 }),
12078
12078
  " ",
12079
12079
  /* @__PURE__ */ jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: "USD" })
12080
12080
  ] }) }),