Updated EditProfileModal to close after clicking save

• Updated:
- EditProfileModal to close after clicking save
This commit is contained in:
mgabdev 2020-12-31 22:07:07 -05:00
parent 89225194ed
commit 6085fc2213
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class EditProfileModal extends ImmutablePureComponent {
if (account.get('header_static') !== headerSrc) obj.header = headerSrc
this.props.onSave(obj, this.handleOnClose)
//this.handleOnClose()
this.handleOnClose()
}
render() {