format
This commit is contained in:
parent
9a612eb6de
commit
3cee501da1
|
@ -5,7 +5,6 @@ import GenerateWalletPasswordInputComponent from './GenerateWalletPasswordInputC
|
|||
import LedgerTrezorWarning from './LedgerTrezorWarning';
|
||||
import translate from 'translations';
|
||||
|
||||
|
||||
// VALIDATORS
|
||||
const minLength = min => value => {
|
||||
return value && value.length < min ? `Must be ${min} characters or more` : undefined
|
||||
|
|
Loading…
Reference in New Issue