{hasProfit && percentStr && !masked ? (
@@ -789,7 +789,7 @@ export default function MobileFundTable({
- {masked && hasProfit ? '******' : amountStr}
+ {masked && hasProfit ? ****** : amountStr}
{percentStr && !isUpdated && !masked ? (
@@ -818,7 +818,7 @@ export default function MobileFundTable({
- {masked && hasTotal ? '******' : amountStr}
+ {masked && hasTotal ? ****** : amountStr}
{percentStr && !masked ? (
diff --git a/app/components/PcFundTable.jsx b/app/components/PcFundTable.jsx
index e276e8c..db2d62b 100644
--- a/app/components/PcFundTable.jsx
+++ b/app/components/PcFundTable.jsx
@@ -692,7 +692,7 @@ export default function PcFundTable({
return (
- {masked && hasProfit ? '******' : amountStr}
+ {masked && hasProfit ? ****** : amountStr}
{hasProfit && percentStr && !masked ? (
@@ -750,7 +750,7 @@ export default function PcFundTable({
>
- {masked ? '******' : (info.getValue() ?? '—')}
+ {masked ? ****** : (info.getValue() ?? '—')}