wallet add virtual card update added

This commit was merged in pull request #835.
This commit is contained in:
victorAnumudu
2024-10-31 15:47:01 +01:00
parent 48df81e697
commit 78b973e3d4
2 changed files with 36 additions and 5 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ import WalletItemCardVirtual from './walletvirtual/WalletItemCardVirtual'
export default function WalletBox({ wallet, payment, countries }) {
const { loading, data } = wallet;
// console.log('LOG', data[0]?.extra_actions?.SPEND_FROM_BALANCE[0])
// const { userDetails } = useSelector((state) => state.userDetails);
// const accountType = userDetails?.account_type === "FAMILY";
// console.log('mumu', data)
return (
<div className="my-wallet-wrapper w-full mb-10">
<div className="main-wrapper w-full">