jhzh
2025-04-25 dfa832402406320240380fb5372f4a19ed62b2f7
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;
}