Login Dash and others #33

Merged
ameye merged 5 commits from login-dash-test into master 2023-05-01 11:41:46 +00:00
Showing only changes of commit 15e6ed3264 - Show all commits
+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>}