@orderly.network/ui-positions 2.8.13 → 2.8.14

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
@@ -2258,7 +2258,7 @@ var LeverageBadge = (props) => {
2258
2258
  const showModal = () => {
2259
2259
  modal.show(props.modalId, {
2260
2260
  symbol,
2261
- curLeverage: leverage
2261
+ curLeverage: Number(leverage)
2262
2262
  });
2263
2263
  };
2264
2264
  return /* @__PURE__ */ jsx(