aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts/new-account
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2018-03-20 03:23:06 +0800
committerDan <danjm.com@gmail.com>2018-03-20 03:23:06 +0800
commit2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421 (patch)
treef9aef3593a296118b83ab363f1551646281d06f8 /ui/app/accounts/new-account
parent4d1793b0ec364277765a8c8ec6026da904d51055 (diff)
downloadtangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.gz
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.zst
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.zip
Lint fixes.
Diffstat (limited to 'ui/app/accounts/new-account')
-rw-r--r--ui/app/accounts/new-account/create-form.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/accounts/new-account/create-form.js b/ui/app/accounts/new-account/create-form.js
index 38cffec64..6eed0215c 100644
--- a/ui/app/accounts/new-account/create-form.js
+++ b/ui/app/accounts/new-account/create-form.js
@@ -62,6 +62,7 @@ NewAccountCreateForm.propTypes = {
createAccount: PropTypes.func,
goHome: PropTypes.func,
numberOfExistingAccounts: PropTypes.number,
+ localeMessages: PropTypes.object,
}
const mapStateToProps = state => {