lxf
2025-04-30 f726ea231b2109be3cb9cc6eca8aa9a002ab3fce
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;
}