Remove duplicate function call to validate

This commit is contained in:
fragosti
2018-05-16 17:12:17 -07:00
parent ea0067d999
commit e7fd501200

View File

@@ -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);
}
}