Fixed Layout for confirm add and added comments

This commit is contained in:
2023-09-12 09:50:36 +01:00
parent b0a287c6a8
commit 4f0a6f67c3
5 changed files with 103 additions and 68 deletions
@@ -7,10 +7,6 @@ import CreditPopup from "./Popup/CreditPopup";
import WalletAction from "./WalletAction";
export default function WalletItemCard({ walletItem, payment }) {
// const [eth] = useState(90);
// const [btc] = useState(85);
// const [ltc] = useState(20);
const { userDetails } = useSelector((state) => state?.userDetails);
let accountType = userDetails?.account_type == "FAMILY";