Remove duplicate function call to validate
This commit is contained in:
@@ -160,7 +160,7 @@ export class BalanceBoundedInput extends React.Component<BalanceBoundedInputProp
|
||||
this.props.onErrorMsgChange(errorMsg);
|
||||
this.setState({
|
||||
amountString: amount,
|
||||
errMsg: this._validate(amount, balance),
|
||||
errMsg: errorMsg,
|
||||
}, callback);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user