lxf
2025-04-30 b4c4556a5eddf6708ec55b07e3edc15b2217842e
src/utils/allocation.js
@@ -17,7 +17,7 @@
  number = number || 0;
  let str = Number(number).toLocaleString(locale, options);
  if (showCurrencySymbol) {
    str = str.replaceAll(" ﷼", "");
    str = str.replaceAll("  ", "");
  }
  return str;
}