diff options
author | Dan <danjm.com@gmail.com> | 2018-03-20 03:23:06 +0800 |
---|---|---|
committer | Dan <danjm.com@gmail.com> | 2018-03-20 03:23:06 +0800 |
commit | 2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421 (patch) | |
tree | f9aef3593a296118b83ab363f1551646281d06f8 /ui/app/components/account-dropdowns.js | |
parent | 4d1793b0ec364277765a8c8ec6026da904d51055 (diff) | |
download | dexon-wallet-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.gz dexon-wallet-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.tar.zst dexon-wallet-2ddc2cc1fbe5249f70d80e2a74146cb87dcc8421.zip |
Lint fixes.
Diffstat (limited to 'ui/app/components/account-dropdowns.js')
-rw-r--r-- | ui/app/components/account-dropdowns.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/account-dropdowns.js b/ui/app/components/account-dropdowns.js index 1f870a27..f725e7d8 100644 --- a/ui/app/components/account-dropdowns.js +++ b/ui/app/components/account-dropdowns.js @@ -9,6 +9,7 @@ const DropdownMenuItem = require('./dropdown').DropdownMenuItem const Identicon = require('./identicon') const ethUtil = require('ethereumjs-util') const copyToClipboard = require('copy-to-clipboard') +const t = require('../../i18n-helper').getMessage class AccountDropdowns extends Component { constructor (props) { @@ -300,6 +301,7 @@ AccountDropdowns.propTypes = { style: PropTypes.object, enableAccountOptions: PropTypes.bool, enableAccountsSelector: PropTypes.bool, + localeMessages: PropTypes.object, } const mapDispatchToProps = (dispatch) => { |