made withdrawal a pop up
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import LoadingSpinner from "../Spinners/LoadingSpinner";
|
||||
import WalletItemCard from "./WalletItemCard";
|
||||
|
||||
export default function WalletBox({ wallet, coupon, payment }) {
|
||||
export default function WalletBox({ wallet, payment }) {
|
||||
return (
|
||||
<>
|
||||
<div className="my-wallet-wrapper w-full mb-10">
|
||||
|
||||
Reference in New Issue
Block a user