Makes minMaxLength 2 to AddCustomToken (#363)

This commit is contained in:
Agustin Pane 2019-12-17 05:08:33 -03:00 committed by Mikhail Mikheev
parent 1debb280b8
commit 4f64a2e4df
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ const AddCustomToken = (props: Props) => {
name="symbol"
component={TextField}
type="text"
validate={composeValidators(required, minMaxLength(3, 12))}
validate={composeValidators(required, minMaxLength(2, 12))}
placeholder="Token symbol*"
text="Token symbol"
className={classes.addressInput}