removed props.handleBlur from amount input box in transfer page

This commit was merged in pull request #32.
This commit is contained in:
victorAnumudu
2023-05-01 11:46:39 +01:00
parent b911f65535
commit 804a9cf692
+1 -1
View File
@@ -125,8 +125,8 @@ function TransferFund({payment, wallet}) {
inputHandler={props.handleChange}
blurHandler={(e)=>{
getSendMoneyFee(e)
props.handleBlur
}}
// props.handleBlur
// onMouseLeave={(e)=>{getSendMoneyFee(e)}}
/>
{(props.errors.amount && props.touched.amount) && <p className="text-sm text-red-500">{props.errors.amount}</p>}