From 7315d69474b6fc8fd1d208224195a75455f1665e Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 28 Nov 2016 12:38:33 -0300 Subject: Fix some react natives warning messages (#4653) --- webapp/components/user_settings/user_settings_general.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp/components/user_settings/user_settings_general.jsx') diff --git a/webapp/components/user_settings/user_settings_general.jsx b/webapp/components/user_settings/user_settings_general.jsx index 805650608..b9db1389f 100644 --- a/webapp/components/user_settings/user_settings_general.jsx +++ b/webapp/components/user_settings/user_settings_general.jsx @@ -96,7 +96,6 @@ class UserSettingsGeneralTab extends React.Component { this.updateSection = this.updateSection.bind(this); this.state = this.setupInitialState(props); - this.setState({maxFileSize: global.window.mm_config.MaxFileSize}); } submitUsername(e) { @@ -307,7 +306,8 @@ class UserSettingsGeneralTab extends React.Component { confirmEmail: '', picture: null, loadingPicture: false, - emailChangeInProgress: false + emailChangeInProgress: false, + maxFileSize: global.window.mm_config.MaxFileSize }; } -- cgit v1.2.3-1-g7c22