aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/notification-modal.js
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/notification-modal.js
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/components/modals/notification-modal.js')
-rw-r--r--ui/app/components/modals/notification-modal.js1
1 files changed, 1 insertions, 0 deletions
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 => {