diff --git a/src/components/MyWallet/AddFund.jsx b/src/components/MyWallet/AddFund.jsx index f92eaa2..faf4003 100644 --- a/src/components/MyWallet/AddFund.jsx +++ b/src/components/MyWallet/AddFund.jsx @@ -2,6 +2,7 @@ import React, {useState} from 'react' import RecentActivityTable from './WalletComponent/RecentActivityTable' import LoadingSpinner from '../Spinners/LoadingSpinner' import { useNavigate } from 'react-router-dom' +import InputCom from '../Helpers/Inputs/InputCom' function AddFund({payment}) { @@ -39,7 +40,24 @@ function AddFund({payment}) {
{/* heading */}
-
+
+

Add Credit

@@ -58,22 +76,29 @@ function AddFund({payment}) { {/*

Add Credit with Account Deposit

*/} {/*
*/}
-
- - + + {inputError &&

{inputError}

}
- {inputError &&

{inputError}

}

- +
@@ -81,7 +106,7 @@ function AddFund({payment}) {
-
+

Recent Activity

{/*

Activity Report

*/} {payment.loading ? diff --git a/src/components/MyWallet/ConfirmAddFund.jsx b/src/components/MyWallet/ConfirmAddFund.jsx index 00b0eee..333ee62 100644 --- a/src/components/MyWallet/ConfirmAddFund.jsx +++ b/src/components/MyWallet/ConfirmAddFund.jsx @@ -129,7 +129,7 @@ function ConfirmAddFund({ payment }) {
@@ -137,7 +137,7 @@ function ConfirmAddFund({ payment }) { )}
-
+

Recent Activity