@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12100,7 +12100,7 @@ function PortfolioActivityPanel({
|
|
|
12100
12100
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: pos.tokenName.toUpperCase() })
|
|
12101
12101
|
] }) }),
|
|
12102
12102
|
/* @__PURE__ */ jsxRuntime.jsx(PositionsCell, { children: /* @__PURE__ */ jsxRuntime.jsxs("span", { style: { color: "#fff", fontSize: "0.8rem" }, children: [
|
|
12103
|
-
formatCurrency5(currentValue, { maximumFractionDigits: 0 }),
|
|
12103
|
+
formatCurrency5(currentValue, { minimumFractionDigits: 0, maximumFractionDigits: 0 }),
|
|
12104
12104
|
" ",
|
|
12105
12105
|
/* @__PURE__ */ jsxRuntime.jsx("span", { style: { color: "rgba(255,255,255,0.4)", fontSize: "0.7rem" }, children: "USD" })
|
|
12106
12106
|
] }) }),
|