From 0788772afaf87391d302ad90c8825f4da11277f4 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 26 Apr 2025 13:59:13 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/gp/cakuns_st_app
---
src/utils/allocation.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/utils/allocation.js b/src/utils/allocation.js
index 038dc6b..75eccb7 100644
--- a/src/utils/allocation.js
+++ b/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;
}
--
Gitblit v1.9.3