aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/website/ts/components/inputs/balance_bounded_input.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/inputs/balance_bounded_input.tsx b/packages/website/ts/components/inputs/balance_bounded_input.tsx
index 72a246280..9a6ff64a7 100644
--- a/packages/website/ts/components/inputs/balance_bounded_input.tsx
+++ b/packages/website/ts/components/inputs/balance_bounded_input.tsx
@@ -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);
}
}