@loafmarkets/ui 0.1.67 → 0.1.69

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
@@ -9769,7 +9769,7 @@ function OfferingProgressCard({
9769
9769
  /* @__PURE__ */ jsxRuntime.jsx("span", { children: "\u24D8" })
9770
9770
  ] }),
9771
9771
  /* @__PURE__ */ jsxRuntime.jsxs(LivePercent, { children: [
9772
- percentSold < 0.1 && percentSold > 0 ? percentSold.toFixed(3) : percentSold.toFixed(1),
9772
+ percentSold.toFixed(1),
9773
9773
  "%",
9774
9774
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "arrow", children: "\u2191" })
9775
9775
  ] })