diff options
Diffstat (limited to 'ui/app/components/modals/edit-account-name-modal.js')
-rw-r--r-- | ui/app/components/modals/edit-account-name-modal.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/app/components/modals/edit-account-name-modal.js b/ui/app/components/modals/edit-account-name-modal.js index cff8b2a58..ae5ca23d4 100644 --- a/ui/app/components/modals/edit-account-name-modal.js +++ b/ui/app/components/modals/edit-account-name-modal.js @@ -33,9 +33,6 @@ function EditAccountNameModal () { module.exports = connect(mapStateToProps, mapDispatchToProps)(EditAccountNameModal) -// EditAccountNameModal is currently meant to be rendered inside <Modal /> -// It is the only component in this codebase that does so -// It utilizes modal styles EditAccountNameModal.prototype.render = function () { const { hideModal, saveAccountLabel, identity } = this.props |