Merge branch 'master' of https://gitlab.chiefsoft.net/WrenchBoard/Users-Wrench into login-dash-test

This commit was merged in pull request #33.
This commit is contained in:
Ebube
2023-05-01 12:36:27 +01:00
3 changed files with 20 additions and 2 deletions
+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>}