summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_general.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/user_settings/user_settings_general.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_general.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_general.jsx b/webapp/components/user_settings/user_settings_general.jsx
index c6a05d1ee..abf5ca7a9 100644
--- a/webapp/components/user_settings/user_settings_general.jsx
+++ b/webapp/components/user_settings/user_settings_general.jsx
@@ -229,9 +229,9 @@ class UserSettingsGeneralTab extends React.Component {
Client.uploadProfileImage(picture,
() => {
+ this.updateSection('');
this.submitActive = false;
AsyncClient.getMe();
- window.location.reload();
},
(err) => {
var state = this.setupInitialState(this.props);