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