aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals
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/components/modals
parent4d1793b0ec364277765a8c8ec6026da904d51055 (diff)
downloadtangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.gz
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.bz2
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.lz
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.xz
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.zst
tangerine-wallet-browser-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.zip
Lint fixes.
Diffstat (limited to 'ui/app/components/modals')
-rw-r--r--ui/app/components/modals/new-account-modal.js1
-rw-r--r--ui/app/components/modals/notification-modal.js1
2 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/modals/new-account-modal.js b/ui/app/components/modals/new-account-modal.js
index 2744af0b3..23613ec9c 100644
--- a/ui/app/components/modals/new-account-modal.js
+++ b/ui/app/components/modals/new-account-modal.js
@@ -70,6 +70,7 @@ NewAccountModal.propTypes = {
showImportPage: PropTypes.func,
createAccount: PropTypes.func,
numberOfExistingAccounts: PropTypes.number,
+ localeMessages: PropTypes.object,
}
const mapStateToProps = state => {
diff --git a/ui/app/components/modals/notification-modal.js b/ui/app/components/modals/notification-modal.js
index ba2c92c92..3898f1c44 100644
--- a/ui/app/components/modals/notification-modal.js
+++ b/ui/app/components/modals/notification-modal.js
@@ -63,6 +63,7 @@ NotificationModal.propTypes = {
showCancelButton: PropTypes.bool,
showConfirmButton: PropTypes.bool,
onConfirm: PropTypes.func,
+ localeMessages: PropTypes.object,
}
const mapDispatchToProps = dispatch => {