From 675ba2989e0eac1671c80340e8ea98eea06ee972 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 13 Jul 2023 14:00:02 +0100 Subject: [PATCH] layout fix --- src/components/MyWallet/WalletBox.jsx | 4 ++-- src/components/MyWallet/WalletItemCard.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ( <>