This commit is contained in:
Daniel Ternyak 2017-06-20 01:08:26 -05:00
parent 9a612eb6de
commit 3cee501da1
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import GenerateWalletPasswordInputComponent from './GenerateWalletPasswordInputC
import LedgerTrezorWarning from './LedgerTrezorWarning'; import LedgerTrezorWarning from './LedgerTrezorWarning';
import translate from 'translations'; import translate from 'translations';
// VALIDATORS // VALIDATORS
const minLength = min => value => { const minLength = min => value => {
return value && value.length < min ? `Must be ${min} characters or more` : undefined return value && value.length < min ? `Must be ${min} characters or more` : undefined