lxf
2025-04-28 a3ae2f2efa0f1f90908fb29fe6362429ac34509d
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;
}