import React from "react"; import bank1 from "../../assets/images/bank-1.png"; import bank2 from "../../assets/images/bank-2.png"; import bank3 from "../../assets/images/bank-3.png"; import bank4 from "../../assets/images/bank-4.png"; import Layout from "../Partials/Layout"; import CurrencyStaticsSection from "./CurrencyStaticsSection"; import CurrentBalanceWidget from "./CurrentBalanceWidget"; import InvestmentSection from "./InvestmentSection"; import RecentTransactionWidget from "./RecentTransactionWidget"; import LoadingSpinner from "../Spinners/LoadingSpinner"; import WalletItemCard from "./WalletItemCard"; export default function WalletBox({wallet, coupon}) { return ( <>
{wallet.loading ? : wallet.data.length ? wallet.data.map((item, index)=> (
)) : '' } {/*
*/} {/* */} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

*/} {/* My Wallet*/} {/*

*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*

*/} {/* MetaMask*/} {/*

*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

*/} {/* $734.79*/} {/*

*/} {/*

*/} {/* New Add*/} {/* */} {/* +324.75*/} {/* */} {/*

*/} {/*
*/} {/*
*/} {/**/} {/* */} {/* */} {/* */} {/* */} {/* */} {/**/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*

*/} {/* Coinbase Wallet*/} {/*

*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

*/} {/* $734.79*/} {/*

*/} {/*

*/} {/* New Add*/} {/* */} {/* +324.75*/} {/* */} {/*

*/} {/*
*/} {/*
*/} {/**/} {/* */} {/* */} {/* */} {/* */} {/* */} {/**/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*

*/} {/* Bitski*/} {/*

*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

*/} {/* $734.79*/} {/*

*/} {/*

*/} {/* New Add*/} {/* */} {/* +324.75*/} {/* */} {/*

*/} {/*
*/} {/*
*/} {/**/} {/* */} {/* */} {/* */} {/* */} {/* */} {/**/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/*

*/} {/* WalletConnect*/} {/*

*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*

*/} {/* $734.79*/} {/*

*/} {/*

*/} {/* New Add*/} {/* */} {/* +324.75*/} {/* */} {/*

*/} {/*
*/} {/*
*/} {/**/} {/* */} {/* */} {/* */} {/* */} {/* */} {/**/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/} {/*
*/}
{/* flex space-x-11 */} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/} {/* */} {/*
*/} {/*
*/}
); }