@loafmarkets/ui 0.1.273 → 0.1.274

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
@@ -12675,7 +12675,7 @@ function OrderPanel({
12675
12675
  {
12676
12676
  type: "text",
12677
12677
  inputMode: "numeric",
12678
- value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.toString(),
12678
+ value: isReceiveInputFocused ? receiveInputValue : tokenQuantity.toLocaleString(),
12679
12679
  style: { color: "#0ecb81" },
12680
12680
  onFocus: (e) => {
12681
12681
  setIsReceiveInputFocused(true);