diff --git a/src/components/MyWallet/WalletBox.jsx b/src/components/MyWallet/WalletBox.jsx
index 696e6d7..9f36004 100644
--- a/src/components/MyWallet/WalletBox.jsx
+++ b/src/components/MyWallet/WalletBox.jsx
@@ -10,14 +10,14 @@ export default function WalletBox({ wallet, coupon, payment }) {
<>
-
+
{wallet.loading ? (
) : wallet.data.length ? (
wallet.data.map((item, index) => (
-
+
))
diff --git a/src/components/MyWallet/WalletItemCard.jsx b/src/components/MyWallet/WalletItemCard.jsx
index 7211fe0..f1b8e3e 100644
--- a/src/components/MyWallet/WalletItemCard.jsx
+++ b/src/components/MyWallet/WalletItemCard.jsx
@@ -36,7 +36,7 @@ export default function WalletItemCard({ walletItem, payment }) {
return (
<>