aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/edit-account-name-modal.js
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2018-06-05 07:37:58 +0800
committerGitHub <noreply@github.com>2018-06-05 07:37:58 +0800
commite1cd3562cef92a78945056dc557d4228a72b119c (patch)
tree0d4a7cbe1c095085744ed27f59453667d5b41c88 /ui/app/components/modals/edit-account-name-modal.js
parent750ec8769931f8db30ebb5e8e8bcc61816368800 (diff)
parentc12b02b4af75d6d706d0b8cd9aeb07f18aa3037a (diff)
downloadtangerine-wallet-browser-e1cd3562cef92a78945056dc557d4228a72b119c.tar.gz
tangerine-wallet-browser-e1cd3562cef92a78945056dc557d4228a72b119c.tar.zst
tangerine-wallet-browser-e1cd3562cef92a78945056dc557d4228a72b119c.zip
Merge pull request #4490 from MetaMask/v4.7.3
Version 4.7.3
Diffstat (limited to 'ui/app/components/modals/edit-account-name-modal.js')
-rw-r--r--ui/app/components/modals/edit-account-name-modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/modals/edit-account-name-modal.js b/ui/app/components/modals/edit-account-name-modal.js
index 5681a3cad..edced8725 100644
--- a/ui/app/components/modals/edit-account-name-modal.js
+++ b/ui/app/components/modals/edit-account-name-modal.js
@@ -9,7 +9,7 @@ const { getSelectedAccount } = require('../../selectors')
function mapStateToProps (state) {
return {
selectedAccount: getSelectedAccount(state),
- identity: state.appState.modal.modalState.identity,
+ identity: state.appState.modal.modalState.props.identity,
}
}