diff --git a/src/components/MyWallet/WalletBox.jsx b/src/components/MyWallet/WalletBox.jsx index 7a2e5da..a77e37d 100644 --- a/src/components/MyWallet/WalletBox.jsx +++ b/src/components/MyWallet/WalletBox.jsx @@ -10,7 +10,7 @@ export default function WalletBox({ wallet, coupon, payment }) { <>
- . -
-- {walletItem.code} -
-- Current Balance -
-- {PriceFormatter( - walletItem.amount * 0.01, - walletItem.code, - undefined, - "text-[2rem]" - )} -
-
- HOLDINGS :{" "}
-
+
+ Current Balance
+
{PriceFormatter(
- walletItem.escrow * 0.01,
+ walletItem.amount * 0.01,
walletItem.code,
undefined,
"text-[2rem]"
)}
-
- {/*(11.5%)*/}
-
+ HOLDINGS :{" "}
+
+ {PriceFormatter(
+ walletItem.escrow * 0.01,
+ walletItem.code,
+ undefined,
+ "text-[2rem]"
+ )}
+
+