1
jhzh
2025-08-13 13f02466c956a52656e212a3851e6edd1e4516bd
src/utils/filter.js
@@ -16,7 +16,7 @@
  let str = Number(number).toLocaleString(locale, options);
  if (showCurrencySymbol) {
    str = str.replace("₹", "");
    str = str.replace("¥", "");
  }
  return str;
}