diff --git a/app/javascript/gabsocial/components/modal/edit_profile_modal.js b/app/javascript/gabsocial/components/modal/edit_profile_modal.js index afca8b89..252d9ca7 100644 --- a/app/javascript/gabsocial/components/modal/edit_profile_modal.js +++ b/app/javascript/gabsocial/components/modal/edit_profile_modal.js @@ -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() {