lxf
2025-04-26 0788772afaf87391d302ad90c8825f4da11277f4
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;
}