mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-11 11:34:26 +00:00
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…
x
Reference in New Issue
Block a user